diff options
author | Steven Barth <steven@midlink.org> | 2008-08-27 15:00:12 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-27 15:00:12 +0000 |
commit | 86a3d500d116ce60658fd12bbee04873bc531144 (patch) | |
tree | 5fa979f8ca0cdb0722261b358e6b28deec78709e /contrib/uci/Makefile | |
parent | 12bb00a6a8050ed3439e4c0c1e312320258861cf (diff) |
Switch to new UCI version
Diffstat (limited to 'contrib/uci/Makefile')
-rw-r--r-- | contrib/uci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index 1363b786f..bac8ee8ac 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -2,12 +2,12 @@ include ../../build/config.mk include ../../build/gccconfig.mk UCI_VERSION = 0.6.0 -UCI_APPEND = +luci1 +UCI_APPEND = +luci2 #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 = 12c5b22102873e303e540f886489831461d54ea9 +UCI_GITREV = a5256582f5a554c0cbcf45d19bb751e60ea42ce9 UCI_SITE = http://nbd.name UCI_DIR = uci.git UCI_FILE = uci-$(UCI_VERSION)$(UCI_APPEND).tar.gz |