From: nbd Date: Tue, 18 Feb 2014 12:27:11 +0000 (+0000) Subject: uci: update to latest version, adds preparation for validation support and blobmsg... X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=4327e66a61fc6f6760f3364ff529ba6e88b09931 uci: update to latest version, adds preparation for validation support and blobmsg int64 support Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39606 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile index c21765b53d..376986c996 100644 --- a/package/system/uci/Makefile +++ b/package/system/uci/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2013-12-02 +UCI_VERSION=2014-02-18 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=262fede3e8c8c08c1eb0d1be9bf102232fb86cb9 +PKG_REV:=393bc2b908ef44cb8b417126a35d4915c4cdfbc9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://nbd.name/uci.git