diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-04 23:48:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-04 23:48:03 +0000 |
commit | 2279207edd36533f87c1067c474cf200fa585068 (patch) | |
tree | 54e15a7f704d5ee401163fd21f05004f20e1b216 /make/iptables.mk | |
parent | fba6a22e57ca4ba41a3d8ed488238c31332f0fd8 (diff) |
Make some more things compile
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 |