diff options
author | Steven Barth <steven@midlink.org> | 2008-11-15 11:24:09 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-11-15 11:24:09 +0000 |
commit | 47f8c9c71a42e10a736157ebbd409a228c367ee5 (patch) | |
tree | 2e7c9a02b649e764d78d1f45103082443d9ec692 /contrib/uci | |
parent | b7a720111d7b8d67f8a25bfbe6f2778f31e91094 (diff) |
Bump UCI
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 8e354200c..7e75f576e 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.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_VERSION = 0.6.4 +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 |