diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-22 13:47:20 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-22 13:47:20 +0000 |
commit | b0831189f92af12f6e3642be56eed65780f3ec92 (patch) | |
tree | 973d2d9e9f2ab02b2b6a6b1e5e39403acab04332 /package/base-files/Makefile | |
parent | a28dacafe429a7bec1e6a6e5172e1604e17afa14 (diff) | |
download | master-187ad058-b0831189f92af12f6e3642be56eed65780f3ec92.tar.gz master-187ad058-b0831189f92af12f6e3642be56eed65780f3ec92.tar.bz2 master-187ad058-b0831189f92af12f6e3642be56eed65780f3ec92.zip |
base-files: Added support for swap configuration in /etc/config/fstab
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8947 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 0cf96e2c86..d81ec4f1c4 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:=11 +PKG_RELEASE:=12 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |