diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-15 14:57:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-15 14:57:44 +0000 |
commit | e0e6d1029e7c3a27edaa5affedbcce7bbeb96abc (patch) | |
tree | 5e42495681944de0b01d257a93e3c85655fb76bc /package/base-files/Makefile | |
parent | 9ee12e3f62fcd7e15cd0d045053c7a66c19a0024 (diff) | |
download | upstream-e0e6d1029e7c3a27edaa5affedbcce7bbeb96abc.tar.gz upstream-e0e6d1029e7c3a27edaa5affedbcce7bbeb96abc.tar.bz2 upstream-e0e6d1029e7c3a27edaa5affedbcce7bbeb96abc.zip |
base-files: use uci_toggle_state() to prevent unwanted aggregation of state vars (#9711)
SVN-Revision: 27616
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 958f8ec1f2..75883d869c 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:=73 +PKG_RELEASE:=74 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |