diff options
Diffstat (limited to 'package/iptables')
-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) |