summaryrefslogtreecommitdiffstats
path: root/package/uci
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-31 15:56:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-31 15:56:35 +0000
commit6a8c0256d0d9d350a2056064aa1e754f677a4606 (patch)
treef29fb124be233267b10cfbe24ae6bf7c7a210173 /package/uci
parent8dec1e3997edba4f52e800b7a5cc94071fe5d92e (diff)
downloadmaster-31e0f0ae-6a8c0256d0d9d350a2056064aa1e754f677a4606.tar.gz
master-31e0f0ae-6a8c0256d0d9d350a2056064aa1e754f677a4606.tar.bz2
master-31e0f0ae-6a8c0256d0d9d350a2056064aa1e754f677a4606.zip
upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5
SVN-Revision: 12044
Diffstat (limited to 'package/uci')
-rw-r--r--package/uci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index 453dd08542..2eb3d43e13 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.4
-UCI_RELEASE=6
+UCI_RELEASE=7
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:=c998478d3e7e5718c702bde95a3eed0a
+PKG_MD5SUM:=8268990d6f31872943c947c9b4529d59
include $(INCLUDE_DIR)/package.mk