iptables doesnt need to concern itself with kernel headers
This commit is contained in:
parent
64bf7c6725
commit
6f0d9d7648
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user