From 8a163823e3265477d381fec292167ccf9d3afab2 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 23 Aug 2008 14:26:31 +0000 Subject: [PATCH] upgrade uci to 0.6.0 - many bugfixes and an API cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12373 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/uci/Makefile b/package/uci/Makefile index ee9d6dca6..3450bc6af 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=0.5 +UCI_VERSION=0.6 UCI_RELEASE=0 PKG_NAME:=uci @@ -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:=5db883e535d8175a568fa202d0aed190 +PKG_MD5SUM:=7ac5afec87e44559bbcfc1c2a76edf51 include $(INCLUDE_DIR)/package.mk -- 2.35.1