diff options
author | Steven Barth <steven@midlink.org> | 2008-04-06 18:56:55 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-06 18:56:55 +0000 |
commit | fa17536851a02bf44bf5daa1d8c5bdeac1984357 (patch) | |
tree | 2fd367d53a6ea330f8a2f242bab9227f45df2b2a /contrib/package/lua-luci/Makefile | |
parent | 95594ca595ef054338e0d0debf460f75f2062da4 (diff) |
Diffstat (limited to 'contrib/package/lua-luci/Makefile')
-rw-r--r-- | contrib/package/lua-luci/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/package/lua-luci/Makefile b/contrib/package/lua-luci/Makefile index 4b7a86e63e..b2188fde1b 100644 --- a/contrib/package/lua-luci/Makefile +++ b/contrib/package/lua-luci/Makefile @@ -11,7 +11,8 @@ PKG_VERSION:=5.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/trunk/contrib/package-source/ +PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/trunk/contrib/package-source/ \ + http://firmware.freifunk-halle.net/ffluci/package-source/ PKG_MD5SUM:=98b12c767a5eed92169b01537e988c7f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |