summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorEric Andersen2005-05-13 00:21:01 +0200
committerEric Andersen2005-05-13 00:21:01 +0200
commit6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd (patch)
tree4b0495d553f33e6f02e570861a273095dd693801 /package/iptables
parentuse the linux-gnu* -> linux-* change from upstream mainline (diff)
downloadbuildroot-6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd.tar.gz
buildroot-6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd.tar.xz
buildroot-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)