aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/uci/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-09-29 11:53:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-09-29 11:53:10 +0000
commita91ab4470fc31fda518af86bd22888852e305b31 (patch)
treeceb2d3e4f42b24bf9497a763343bbb4219f4d907 /package/system/uci/Makefile
parentb8672f84cb5416a3e6a96b2262ad3d02f0b90ccf (diff)
downloadmaster-187ad058-a91ab4470fc31fda518af86bd22888852e305b31.tar.gz
master-187ad058-a91ab4470fc31fda518af86bd22888852e305b31.tar.bz2
master-187ad058-a91ab4470fc31fda518af86bd22888852e305b31.zip
uci: change uci_ptr checking order in uci_delete()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38251 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/uci/Makefile')
-rw-r--r--package/system/uci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile
index 54ad80bda9..0c1bad9694 100644
--- a/package/system/uci/Makefile
+++ b/package/system/uci/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
-UCI_VERSION=2013-06-11
+UCI_VERSION=2013-09-29
UCI_RELEASE=1
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_RELEASE:=1
-PKG_REV:=c9c9d5cb085acc58b6579ace83fb79c085a9db27
+PKG_REV:=2fcc6d756f23b439d24eb061ccd0a815a5626f69
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://nbd.name/uci.git