From: Eric Andersen Date: Thu, 12 May 2005 22:21:01 +0000 (-0000) Subject: iptables doesnt need to concern itself with kernel headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd;p=buildroot.git iptables doesnt need to concern itself with kernel headers --- diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 2b7e8072c5..a950986804 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)