1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 03:19:50 +03:00

[package] uci: update to git head, reduces quotations in exported config files and fixes delta list handling in the Lua binding

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30711 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-02-24 18:07:06 +00:00
parent 86f0a453a3
commit cccaf637eb

View File

@ -7,20 +7,20 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=2011-11-14
UCI_VERSION=2012-02-24
UCI_RELEASE=1
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_RELEASE:=1
PKG_REV:=7289b2d69aaffa9299b47aaaa0da1e9969ace6c1
PKG_REV:=d3722382bdd467d1c705911450120be75426406f
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:=74b0ab930321c4f85f220ff3852e210a
PKG_MIRROR_MD5SUM:=476039f871b69d756f3b04498130c27e
PKG_BUILD_PARALLEL:=0