summaryrefslogtreecommitdiff
path: root/package/uci/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-04 23:46:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-04 23:46:02 +0000
commit359c7e3eb630e77b7eb75051df7f57ebd7ef2bb8 (patch)
tree46fb4578eabb3460c7f88e7a60c2d7fe8794c80e /package/uci/Makefile
parent98af79bc2b668c9ff71db5b339e42ff9f76c5500 (diff)
downloadmtk-20170518-359c7e3eb630e77b7eb75051df7f57ebd7ef2bb8.zip
mtk-20170518-359c7e3eb630e77b7eb75051df7f57ebd7ef2bb8.tar.gz
mtk-20170518-359c7e3eb630e77b7eb75051df7f57ebd7ef2bb8.tar.bz2
upgrade to uci 0.6.2 (bugfixes)
SVN-Revision: 12535
Diffstat (limited to 'package/uci/Makefile')
-rw-r--r--package/uci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index 20fcf6c..526f87d 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.6
-UCI_RELEASE=1
+UCI_RELEASE=2
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:=450a94af4e09d13b0a21f43d30c0a3b2
+PKG_MD5SUM:=00379a1da940eb6427c57e79c0d9605c
include $(INCLUDE_DIR)/package.mk