1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:38:54 +03:00

another one ...

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12045 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-07-31 16:16:56 +00:00
parent a728ebf622
commit 4d5815a4fa

View File

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.4
UCI_RELEASE=7
UCI_RELEASE=8
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:=8268990d6f31872943c947c9b4529d59
PKG_MD5SUM:=1a671895bfaafe86087ce4374dfb8556
include $(INCLUDE_DIR)/package.mk