diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-06 15:47:13 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-06 15:47:13 +0000 |
commit | 7d438b2bf24dd509a661f8d4aa220e87fa0e050b (patch) | |
tree | 85b6afe583019fe4fc38c78bb2c8872d5f0a08ac /openwrt/package/iptables | |
parent | 88faff760afc7fa43365f9732ca6eb001991d725 (diff) |
Add some mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1162 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iptables')
-rw-r--r-- | openwrt/package/iptables/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index c81a345ff1..b9f7d552bf 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -8,7 +8,10 @@ PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_MD5SUM:=c3358a3bd0d7755df0b64a5063db296b -PKG_SOURCE_URL:=http://www.netfilter.org/files +PKG_SOURCE_URL:=http://www.netfilter.org/files \ + ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ + ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ + ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat |