1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 03:19:50 +03:00

uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua binding problem

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13203 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-11-14 17:01:37 +00:00
parent 495ea3c847
commit 5e0cfb51dd

View File

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.6
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:=00379a1da940eb6427c57e79c0d9605c
PKG_MD5SUM:=5f67132f2c225e7a5c8bd814f2dff2a9
include $(INCLUDE_DIR)/package.mk