aboutsummaryrefslogtreecommitdiffstats
path: root/package/uci/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-19 20:48:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-19 20:48:07 +0000
commit9325496904281dbda06116845de634eef956218f (patch)
tree7768896f75b955d0f94704a4cff4f02af5eb6587 /package/uci/Makefile
parent0cd1ec884ff2264cbb982705eb23d4af50f11132 (diff)
downloadmaster-187ad058-9325496904281dbda06116845de634eef956218f.tar.gz
master-187ad058-9325496904281dbda06116845de634eef956218f.tar.bz2
master-187ad058-9325496904281dbda06116845de634eef956218f.zip
[package] uci: use latest git, fixes reorder operation and incorperates nested delete patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uci/Makefile')
-rw-r--r--package/uci/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index c9fc6a63c4..78b3fa8e3a 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
-UCI_VERSION=2010-09-28
-UCI_RELEASE=2
+UCI_VERSION=2011-01-19
+UCI_RELEASE=1
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
-PKG_RELEASE:=2
-PKG_REV:=3fa65a20ae0fc77b951515bc5de7a0041adc9be1
+PKG_RELEASE:=1
+PKG_REV:=a5eb996e0f04d911ff61479508bbc3e17b16ff0c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://nbd.name/uci.git