* luci: change svn repo location for package feeds
This commit is contained in:
parent
e4d5abb00d
commit
5c6a1b6268
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ PKG_RELEASE:=1
|
||||||
ifeq ($(USELOCAL),1)
|
ifeq ($(USELOCAL),1)
|
||||||
PKG_VERSION:=0.8+svn
|
PKG_VERSION:=0.8+svn
|
||||||
else
|
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),)
|
ifeq ($(DUMP),)
|
||||||
PKG_REV:=HEAD
|
PKG_REV:=HEAD
|
||||||
PKG_VERSION:=0.8.1
|
PKG_VERSION:=0.8.1
|
||||||
|
|
Loading…
Reference in a new issue