From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 14 Nov 2008 17:01:37 +0000 (+0000)
Subject: uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua binding problem
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/5e0cfb51ddaa60411b6cd1ce7fdbe3567ee5e0d9

uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua binding problem

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13203 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/package/uci/Makefile b/package/uci/Makefile
index 526f87dbd..3db7eef99 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 UCI_VERSION=0.6
-UCI_RELEASE=2
+UCI_RELEASE=4
 
 PKG_NAME:=uci
 PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
@@ -17,7 +17,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=00379a1da940eb6427c57e79c0d9605c
+PKG_MD5SUM:=5f67132f2c225e7a5c8bd814f2dff2a9
 
 include $(INCLUDE_DIR)/package.mk