diff options
| author | Eric Andersen <andersen@codepoet.org> | 2005-05-12 22:21:01 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2005-05-12 22:21:01 +0000 | 
| commit | 6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd (patch) | |
| tree | 4b0495d553f33e6f02e570861a273095dd693801 | |
| parent | 64bf7c67253cc0de5fdc0f837f3ecb430b0b0197 (diff) | |
| download | buildroot-novena-6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd.tar.gz buildroot-novena-6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd.zip | |
iptables doesnt need to concern itself with kernel headers
| -rw-r--r-- | package/iptables/iptables.mk | 2 | 
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) | 
