diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-06-20 17:39:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-20 17:39:56 +0000 |
commit | 4d58c059f0f997c2d25ffbd66bbb2ec32ac1b991 (patch) | |
tree | 4f357b7e4b4a6ebd7669ab530d023ba883b9260d | |
parent | 652fa86fe78132e747aa1e7d336489dfe38c7775 (diff) | |
download | upstream-4d58c059f0f997c2d25ffbd66bbb2ec32ac1b991.tar.gz upstream-4d58c059f0f997c2d25ffbd66bbb2ec32ac1b991.tar.bz2 upstream-4d58c059f0f997c2d25ffbd66bbb2ec32ac1b991.zip |
upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins)
SVN-Revision: 11548
-rw-r--r-- | package/uci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile index 6bf2a13b63..7d6fc8c1f9 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk UCI_VERSION=0.4 -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:=503b3faa92bb9f5d780ca96efb7dfd75 +PKG_MD5SUM:=1ce8e92e3aa023763e8f4da91a70563d include $(INCLUDE_DIR)/package.mk |