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 | 9bdc6b6c6011a487f14b5cbc26b95b808040619c (patch) | |
tree | f452c01f444522976445f09bac46fe56900ccb8f /package/base-files/Makefile | |
parent | 3bf5361998a5fba7655e561d5a64539f5f4f716b (diff) | |
download | upstream-9bdc6b6c6011a487f14b5cbc26b95b808040619c.tar.gz upstream-9bdc6b6c6011a487f14b5cbc26b95b808040619c.tar.bz2 upstream-9bdc6b6c6011a487f14b5cbc26b95b808040619c.zip |
base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they moved from /sbin to /usr/sbin)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11157 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 1277de452e..7fbeb6f330 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/ |