* luci/contrib: update uci to v0.5.0
This commit is contained in:
parent
1a08ed70d3
commit
431a2cac7b
1 changed files with 10 additions and 11 deletions
|
@ -1,17 +1,16 @@
|
||||||
include ../../build/config.mk
|
include ../../build/config.mk
|
||||||
include ../../build/gccconfig.mk
|
include ../../build/gccconfig.mk
|
||||||
|
|
||||||
#UCI_VERSION = 0.4.8
|
UCI_VERSION = 0.5.0
|
||||||
#UCI_SITE = http://mirror2.openwrt.org/sources
|
UCI_SITE = http://mirror2.openwrt.org/sources
|
||||||
#UCI_DIR = uci-$(UCI_VERSION)
|
UCI_DIR = uci-$(UCI_VERSION)
|
||||||
#UCI_FILE = $(UCI_DIR).tar.gz
|
UCI_FILE = $(UCI_DIR).tar.gz
|
||||||
#UCI_URL = $(UCI_SITE)/$(UCI_FILE)
|
UCI_URL = $(UCI_SITE)/$(UCI_FILE)
|
||||||
UCI_GITREV = e1738122f616e3dce498598d55f84fa8a7e2263b
|
#UCI_GITREV = e1738122f616e3dce498598d55f84fa8a7e2263b
|
||||||
UCI_VERSION = 0.4.8+git20080818-1
|
#UCI_SITE = http://nbd.name
|
||||||
UCI_SITE = http://nbd.name
|
#UCI_DIR = uci.git
|
||||||
UCI_DIR = uci.git
|
#UCI_FILE = $(UCI_GITREV).tar.gz
|
||||||
UCI_FILE = $(UCI_GITREV).tar.gz
|
#UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV)
|
||||||
UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV)
|
|
||||||
|
|
||||||
all: compile
|
all: compile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue