diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-17 15:35:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-17 15:35:41 +0000 |
commit | 629e73938eae1add67c2cbfdd62672f529422045 (patch) | |
tree | 64ff29f063584b47fa13db84e04e56b0573d7b66 /package/base-files/Makefile | |
parent | 6b0faf40e7f9ccd8c43a1c921887744ca683ed1f (diff) | |
download | upstream-629e73938eae1add67c2cbfdd62672f529422045.tar.gz upstream-629e73938eae1add67c2cbfdd62672f529422045.tar.bz2 upstream-629e73938eae1add67c2cbfdd62672f529422045.zip |
base-files: update sysctl.conf for modern kernels
SVN-Revision: 26204
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 60f9f83b5c..5f8a3eaab4 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # Copyright (C) 2010 Vertical Communications # # This is free software, licensed under the GNU General Public License v2. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=66 +PKG_RELEASE:=67 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |