uci: update to latest version, fixes return code of the cli on various failures

SVN-Revision: 31121
This commit is contained in:
Felix Fietkau 2012-03-28 11:02:30 +00:00
parent 2f6e19e203
commit 15757646c5
1 changed files with 3 additions and 3 deletions

View File

@ -7,20 +7,20 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=2012-02-24
UCI_VERSION=2012-03-28
UCI_RELEASE=1
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_RELEASE:=1
PKG_REV:=d3722382bdd467d1c705911450120be75426406f
PKG_REV:=af2665866061c63ba63335b43aa6ff5102d4e492
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:=476039f871b69d756f3b04498130c27e
PKG_MIRROR_MD5SUM:=0ee76d8f79cf99f5539fd090a4e65646
PKG_BUILD_PARALLEL:=0