From adcea7e7fb6ffd55f3c360bb4ba216da257b0268 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 4 Jun 2008 22:43:26 +0000 Subject: upgrade uci to 0.4.2 - fixes some escaping and library issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11361 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/uci/Makefile') diff --git a/package/uci/Makefile b/package/uci/Makefile index 4b77baae1..ecc53b089 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk UCI_VERSION=0.4 -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:=381b5da987b206b3ab5d666785fbb833 +PKG_MD5SUM:=503b3faa92bb9f5d780ca96efb7dfd75 include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3