diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-17 17:15:56 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-17 17:15:56 +0000 |
commit | 5a2b4355e48d099a21a73b29d30b90fcc4a7fba1 (patch) | |
tree | 62c6528ccc4d5849220c5d50542883277795f925 /package/base-files/Makefile | |
parent | 4e7d8aa302f0df963f210eddcba22e837b53f680 (diff) |
[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 |