summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-16 13:06:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-16 13:06:02 +0000
commite7ea9902dee566bcac00a2be52b47699ac3f1f44 (patch)
tree48a6267fd213e0e390310fe45119332fede5340b /contrib/package
parent00ca3a83af3cdc9668ba5107f3c9a9ec826f6ea3 (diff)
* luci: change svn repo location for package feeds
Diffstat (limited to 'contrib/package')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 0e3b5b582..5096a43a2 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -12,7 +12,7 @@ PKG_RELEASE:=1
ifeq ($(USELOCAL),1)
PKG_VERSION:=0.9+svn
else
- PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH)
+ PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
ifeq ($(DUMP),)
PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p')
PKG_VERSION:=0.9+svn$(PKG_REV)