From: Bernhard Reutner-Fischer Date: Sat, 1 Sep 2007 17:12:48 +0000 (-0000) Subject: - explicitely download via http X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf690ef94c54b3b601b25ad3eebc40d5335aff51;p=buildroot.git - explicitely download via http --- diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 4210e5c72e..3aa271b670 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)