From: nbd Date: Tue, 3 Jun 2008 21:43:32 +0000 (+0000) Subject: update uci to v0.4.0 - improves lua binding X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/3dd1e793874ea5a310ecd293bc2b2058e0a48288 update uci to v0.4.0 - improves lua binding git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11348 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/uci/Makefile b/package/uci/Makefile index f6ec08f0e..485ba5ae3 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=0.3 -UCI_RELEASE=4 +UCI_VERSION=0.4 +UCI_RELEASE=0 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:=73288ab9bd202bed27b00736d48e190d +PKG_MD5SUM:=da0f3dbe5f21fc757133a47836408c71 include $(INCLUDE_DIR)/package.mk