diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-17 17:15:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-17 17:15:56 +0000 |
commit | 365d9d069e15e144de09f9bb1ed7a77b3bab5128 (patch) | |
tree | 62c6528ccc4d5849220c5d50542883277795f925 /package/base-files/Makefile | |
parent | 4ea95cae7d2e182daf804f8b29f303b455b53cea (diff) | |
download | master-187ad058-365d9d069e15e144de09f9bb1ed7a77b3bab5128.tar.gz master-187ad058-365d9d069e15e144de09f9bb1ed7a77b3bab5128.tar.bz2 master-187ad058-365d9d069e15e144de09f9bb1ed7a77b3bab5128.zip |
[package] base-files: add uci-defaults script to migrate sysctl.conf (#12196)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33448 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 50ad7d4a0c..13927528c0 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=115 +PKG_RELEASE:=116 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |