diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-18 20:34:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-18 20:34:15 +0000 |
commit | 63c48c8ddee458322fc89892114f116e671744ad (patch) | |
tree | 293a23a21e84187481b956bc06529e7208ed7886 /contrib/uci/Makefile | |
parent | 6802546621dbc045278615b15a6b099a07a3e50c (diff) |
* luci/libs: update uci to most recent git revision
Diffstat (limited to 'contrib/uci/Makefile')
-rw-r--r-- | contrib/uci/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index 13b0570da..2fd224db0 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -6,11 +6,12 @@ include ../../build/gccconfig.mk #UCI_DIR = uci-$(UCI_VERSION) #UCI_FILE = $(UCI_DIR).tar.gz #UCI_URL = $(UCI_SITE)/$(UCI_FILE) +UCI_GITREV = 28d2cc2adde3f9ec077a77cf363045a17f116032 UCI_VERSION = 0.4.8+git20080818-1 UCI_SITE = http://nbd.name UCI_DIR = uci.git -UCI_FILE = 672d68a8765c242dd939a31b520acbe1c9c1d7c2.tar.gz -UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=672d68a8765c242dd939a31b520acbe1c9c1d7c2 +UCI_FILE = $(UCI_GITREV).tar.gz +UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV) all: compile |