From 61bf0e31f374b8232aaaa5916479bda14cf4ee4b Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 4 Feb 2008 21:59:49 +0000 Subject: [PATCH] upgrade uci 0.1.2, which accepts more characters in the section type validation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10382 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 cc73ccb81..651215001 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uci -PKG_VERSION:=0.1.1 +PKG_VERSION:=0.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.openwrt.org/sources -PKG_MD5SUM:=b26905c6fa0704e57944da33339f9216 +PKG_MD5SUM:=2c1bd1b24ca3c3e565b28122f2efd047 LIBVERSION=0.1 -- 2.35.1