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 | ada59a09ce70d6f1bcf6613ad25141842dc7534e (patch) | |
tree | f0c8a5a2e132e01e19745417a31ca671e1550bbd /package/base-files/Makefile | |
parent | 15080fc5d135b799aa60417875fcee47069a8bee (diff) | |
download | master-187ad058-ada59a09ce70d6f1bcf6613ad25141842dc7534e.tar.gz master-187ad058-ada59a09ce70d6f1bcf6613ad25141842dc7534e.tar.bz2 master-187ad058-ada59a09ce70d6f1bcf6613ad25141842dc7534e.zip |
[package] base-files: use uci_toggle_state() to prevent unwanted aggregation of state vars (#9711)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27616 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 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 |