summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-12 22:21:01 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-12 22:21:01 +0000
commit6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd (patch)
tree4b0495d553f33e6f02e570861a273095dd693801 /package/iptables
parent64bf7c67253cc0de5fdc0f837f3ecb430b0b0197 (diff)
downloadbuildroot-novena-6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd.tar.gz
buildroot-novena-6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd.zip
iptables doesnt need to concern itself with kernel headers
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 2b7e8072c..a95098680 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -39,7 +39,7 @@ $(TARGET_DIR)/usr/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables
$(STRIP) $(TARGET_DIR)/usr/lib/iptables/*.so
rm -rf $(TARGET_DIR)/usr/man
-iptables: kernel-headers $(TARGET_DIR)/usr/sbin/iptables
+iptables: $(TARGET_DIR)/usr/sbin/iptables
iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE)