From 431a2cac7be82e5de5f7b76f55fa18e176542b52 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 20 Aug 2008 15:43:57 +0000 Subject: [PATCH] * luci/contrib: update uci to v0.5.0 --- contrib/uci/Makefile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index ae496400a..391bfcd7a 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -1,17 +1,16 @@ include ../../build/config.mk include ../../build/gccconfig.mk -#UCI_VERSION = 0.4.8 -#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 = e1738122f616e3dce498598d55f84fa8a7e2263b -UCI_VERSION = 0.4.8+git20080818-1 -UCI_SITE = http://nbd.name -UCI_DIR = uci.git -UCI_FILE = $(UCI_GITREV).tar.gz -UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV) +UCI_VERSION = 0.5.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 = e1738122f616e3dce498598d55f84fa8a7e2263b +#UCI_SITE = http://nbd.name +#UCI_DIR = uci.git +#UCI_FILE = $(UCI_GITREV).tar.gz +#UCI_URL = $(UCI_SITE)/gitweb.cgi?p=uci.git;a=snapshot;h=$(UCI_GITREV) all: compile -- 2.11.0