diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 15:43:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 15:43:57 +0000 |
commit | 431a2cac7be82e5de5f7b76f55fa18e176542b52 (patch) | |
tree | e970166c45ecefa6183aebc071a2197b8cd33a2b /contrib/uci | |
parent | 1a08ed70d3a0dd40465ad96dafbea408d4c9389d (diff) |
* luci/contrib: update uci to v0.5.0
Diffstat (limited to 'contrib/uci')
-rw-r--r-- | contrib/uci/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index ae496400a..391bfcd7a 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -1,17 +1,16 @@ include ../../build/config.mk include ../../build/gccconfig.mk -#UCI_VERSION = 0.4.8 -#UCI_SITE = http://mirror2.openwrt.org/sources -#UCI_DIR = uci-$(UCI_VERSION) -#UCI_FILE = $(UCI_DIR).tar.gz -#UCI_URL = $(UCI_SITE)/$(UCI_FILE) -UCI_GITREV = e1738122f616e3dce498598d55f84fa8a7e2263b -UCI_VERSION = 0.4.8+git20080818-1 -UCI_SITE = http://nbd.name -UCI_DIR = uci.git -UCI_FILE = $(UCI_GITREV).tar.gz -UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV) +UCI_VERSION = 0.5.0 +UCI_SITE = http://mirror2.openwrt.org/sources +UCI_DIR = uci-$(UCI_VERSION) +UCI_FILE = $(UCI_DIR).tar.gz +UCI_URL = $(UCI_SITE)/$(UCI_FILE) +#UCI_GITREV = e1738122f616e3dce498598d55f84fa8a7e2263b +#UCI_SITE = http://nbd.name +#UCI_DIR = uci.git +#UCI_FILE = $(UCI_GITREV).tar.gz +#UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV) all: compile |