From: nbd Date: Mon, 11 Jan 2016 12:29:59 +0000 (+0000) Subject: uci: update to the latest version, adds a small optimization to uci commit X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9ddbb79979b93929ecaabcc8cf58d55b93b147cd;p=openwrt.git uci: update to the latest version, adds a small optimization to uci commit Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48200 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile index 6eecacfffe..6d68ee514f 100644 --- a/package/system/uci/Makefile +++ b/package/system/uci/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2015-08-27 +UCI_VERSION=2016-01-11 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=2cd94fd505b293e657278e31deb32a7d66d20714 +PKG_REV:=950437eecd6048dd29eb3e11f4343372b2ddce60 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=$(OPENWRT_GIT)/project/uci.git