uci: update to latest version (includes several bugfixes)

SVN-Revision: 28504
This commit is contained in:
Felix Fietkau 2011-10-21 13:20:48 +00:00
parent e925dbf704
commit f11ae11093

View file

@ -7,20 +7,20 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=2011-07-18
UCI_RELEASE=3
UCI_VERSION=2011-10-21
UCI_RELEASE=1
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_RELEASE:=1
PKG_REV:=825be5d0cd699919fbad15901c63044f0efffe82
PKG_REV:=11b494045cff856fee2acf109bcbe79e919e3aaa
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://nbd.name/uci.git
PKG_SOURCE_SUBDIR:=uci-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO:=git
PKG_MIRROR_MD5SUM:=3f12c38a4cc6e51f9ae77ae909614762
PKG_MIRROR_MD5SUM:=905184d7addb1af3c1e94865cc1a7c99
PKG_BUILD_PARALLEL:=0