Browse Source

iptables doesnt need to concern itself with kernel headers

Eric Andersen 20 years ago
parent
commit
6f0d9d7648
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/iptables/iptables.mk

+ 1 - 1
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)