From: nbd Date: Fri, 20 Jun 2008 17:39:56 +0000 (+0000) Subject: upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins) X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/d472fdeeda0e58f0df3dc97155368052538170d9?ds=sidebyside upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11548 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/uci/Makefile b/package/uci/Makefile index 6bf2a13b6..7d6fc8c1f 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