diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 17:12:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 17:12:48 +0000 |
commit | bf690ef94c54b3b601b25ad3eebc40d5335aff51 (patch) | |
tree | 5866b4ba47f1919f5f9804ba8441720c2a39b885 /package/iptables/iptables.mk | |
parent | aa355df4e1ee25764868f53f43d65db6953bdab6 (diff) |
- explicitely download via http
Diffstat (limited to 'package/iptables/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 4210e5c72..3aa271b67 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# IPTABLES_VERSION:=1.3.8 -IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables +IPTABLES_SOURCE_URL:=http://ftp.netfilter.org/pub/iptables IPTABLES_SOURCE:=iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_CAT:=$(BZCAT) IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VERSION) |