projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64bf7c6
)
iptables doesnt need to concern itself with kernel headers
author
Eric Andersen
<andersen@codepoet.org>
Thu, 12 May 2005 22:21:01 +0000
(22:21 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 12 May 2005 22:21:01 +0000
(22:21 -0000)
package/iptables/iptables.mk
patch
|
blob
|
history
diff --git
a/package/iptables/iptables.mk
b/package/iptables/iptables.mk
index 2b7e8072c5f0a841cc864d0d8c23232e26900d82..a9509868049602bd1f0e75dcbb9473ba36c24d7c 100644
(file)
--- 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)