aboutsummaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-05 07:10:07 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-05 07:10:07 +0000
commitee654b59c3ee2cb67f4cd8c910551a0d484d610d (patch)
treeb6923ff85e595dbe7f909c3584e680a9304249c9 /make/iptables.mk
parent16a8faf0fa4ab459e0c1766d75b6bb9babaf8a34 (diff)
downloadbuildroot-novena-ee654b59c3ee2cb67f4cd8c910551a0d484d610d.tar.gz
buildroot-novena-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)