diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-05-17 00:13:05 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-05-17 00:13:05 +0000 |
commit | c715985c97df06d4bae1c46b741a41c7daeea37a (patch) | |
tree | c187a409ee577d96e31553d017a3c5d7e3013a9b /package/base-files/Makefile | |
parent | 79aed699d71b9f583762a4b184bb7a68521dccb9 (diff) | |
download | mtk-20170518-c715985c97df06d4bae1c46b741a41c7daeea37a.zip mtk-20170518-c715985c97df06d4bae1c46b741a41c7daeea37a.tar.gz mtk-20170518-c715985c97df06d4bae1c46b741a41c7daeea37a.tar.bz2 |
base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they moved from /sbin to /usr/sbin)
SVN-Revision: 11157
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1277de4..7fbeb6f 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=12 +PKG_RELEASE:=13 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |