diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-14 00:45:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-14 00:45:15 +0000 |
commit | 65d6e285f1998cd7c5431ecbbd46c64464a82062 (patch) | |
tree | 3c62cb145364b8a477fc12616b725d89328b7b24 /package/uci/Makefile | |
parent | 8f501d19cdffd128c4bc9cdbf11454cde43b2146 (diff) | |
download | upstream-65d6e285f1998cd7c5431ecbbd46c64464a82062.tar.gz upstream-65d6e285f1998cd7c5431ecbbd46c64464a82062.tar.bz2 upstream-65d6e285f1998cd7c5431ecbbd46c64464a82062.zip |
[package] base-files, uci: properly revert list state on config_load
This fixes a bug where lists end up with duplicate values if config_load was
invoked multiple times.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22629 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uci/Makefile')
-rw-r--r-- | package/uci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile index 925e42fd08..3c88dae37e 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk UCI_VERSION=12012009 -UCI_RELEASE=5 +UCI_RELEASE=6 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) |