diff options
author | Steven Barth <steven@midlink.org> | 2008-11-02 13:43:17 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-11-02 13:43:17 +0000 |
commit | 9e4c03a9c35a2ff29030a645bccf5984dd2978d6 (patch) | |
tree | 081daf23f91851e6b7a4e031a1933cf1fc4cea38 /contrib/uci | |
parent | 9d85bd73e5562ae72715935187ce0d55c3009d24 (diff) |
Bump UCI 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 31551af57..8e354200c 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -1,16 +1,16 @@ include ../../build/config.mk include ../../build/gccconfig.mk -UCI_VERSION = 0.6.1 -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 = 43124956bc9c1083e476f6cadaedf27b7788d004 -#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.6.3 +#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_PATCHDIR = patches all: compile |