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

uci: fix one more unused-but-set issue (#9731)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27698 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-07-19 20:44:35 +00:00
parent 8781ae1fa3
commit e455c0cb2f

View File

@ -8,19 +8,19 @@
include $(TOPDIR)/rules.mk
UCI_VERSION=2011-07-18
UCI_RELEASE=2
UCI_RELEASE=3
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_RELEASE:=2
PKG_REV:=bb0e4cf86270740be7692a926ab92d2b635a26f8
PKG_RELEASE:=1
PKG_REV:=825be5d0cd699919fbad15901c63044f0efffe82
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://nbd.name/uci.git
PKG_SOURCE_SUBDIR:=uci-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO:=git
PKG_MIRROR_MD5SUM:=9e7ba89fd3279e1f98e557a2701da9cf
PKG_MIRROR_MD5SUM:=3f12c38a4cc6e51f9ae77ae909614762
PKG_BUILD_PARALLEL:=0