diff options
Diffstat (limited to 'make/iptables.mk')
-rw-r--r-- | make/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/iptables.mk b/make/iptables.mk index 118a316e8..df4341250 100644 --- a/make/iptables.mk +++ b/make/iptables.mk @@ -3,7 +3,7 @@ # iptables # ############################################################# -IPTABLES_SOURCE_URL=ftp://ftp.netfilter.org/pub/iptables +IPTABLES_SOURCE_URL=http://www.netfilter.org/files IPTABLES_SOURCE=iptables-1.2.8.tar.bz2 IPTABLES_BUILD_DIR=$(BUILD_DIR)/iptables-1.2.8 |