diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-29 18:12:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-29 18:12:21 +0000 |
commit | 11a3137b1c6a5a60d29369e62016f626285512a0 (patch) | |
tree | fedb01e0e612f8f88c7d8ab3e1af9fa212b7265b /contrib/uci | |
parent | 88c1b01cafd0443bb0427ec8c4fe500ec7010e0b (diff) |
contrib/uci: bump to latest git version
Diffstat (limited to 'contrib/uci')
-rw-r--r-- | contrib/uci/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index b39278789..b0ea8c0b6 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -1,16 +1,16 @@ include ../../build/config.mk include ../../build/gccconfig.mk -UCI_VERSION = 0.7.5 -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 = c79cc497e7b0caa0f9f6a2c978fa9a5f0f097463 -#UCI_SITE = http://nbd.name -#UCI_DIR = uci.git -#UCI_FILE = uci-$(UCI_VERSION)$(UCI_APPEND).tar.gz -#UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV) +UCI_VERSION = 0.8.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 = aa3ab8012bfbf793d2884c08ea924545a04e9544 +UCI_SITE = http://nbd.name +UCI_DIR = uci.git +UCI_FILE = uci-$(UCI_VERSION)$(UCI_APPEND).tar.gz +UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV) UCI_PATCHDIR = patches all: compile |