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 | |
parent | 95594ca595ef054338e0d0debf460f75f2062da4 (diff) |
-rw-r--r-- | contrib/package/haserl-lua/Makefile | 3 | ||||
-rw-r--r-- | contrib/package/lua-luci/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/contrib/package/haserl-lua/Makefile b/contrib/package/haserl-lua/Makefile index 250cc650a..6d656db59 100644 --- a/contrib/package/haserl-lua/Makefile +++ b/contrib/package/haserl-lua/Makefile @@ -11,7 +11,8 @@ PKG_VERSION:=0.9.23 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:=f3a0f329904791c5662d93638f92bdfd diff --git a/contrib/package/lua-luci/Makefile b/contrib/package/lua-luci/Makefile index 4b7a86e63..b2188fde1 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) |