summaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
diff options
context:
space:
mode:
authorEric Andersen2004-10-05 09:10:07 +0200
committerEric Andersen2004-10-05 09:10:07 +0200
commitee654b59c3ee2cb67f4cd8c910551a0d484d610d (patch)
treeb6923ff85e595dbe7f909c3584e680a9304249c9 /make/iptables.mk
parentAdd the new binutils and gdb, but don't make them defaults since I haven't (diff)
downloadbuildroot-ee654b59c3ee2cb67f4cd8c910551a0d484d610d.tar.gz
buildroot-ee654b59c3ee2cb67f4cd8c910551a0d484d610d.tar.xz
buildroot-ee654b59c3ee2cb67f4cd8c910551a0d484d610d.zip
Always use kernel-headers.
Diffstat (limited to 'make/iptables.mk')
-rw-r--r--make/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/iptables.mk b/make/iptables.mk
index 937348a53..2d4ef43b5 100644
--- a/make/iptables.mk
+++ b/make/iptables.mk
@@ -38,7 +38,7 @@ $(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables
$(STRIP) $(TARGET_DIR)/usr/lib/iptables/*.so
rm -rf $(TARGET_DIR)/usr/man
-iptables: $(TARGET_DIR)/sbin/iptables
+iptables: linux $(TARGET_DIR)/sbin/iptables
iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE)