diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-05 07:10:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-05 07:10:07 +0000 |
commit | ee654b59c3ee2cb67f4cd8c910551a0d484d610d (patch) | |
tree | b6923ff85e595dbe7f909c3584e680a9304249c9 /make/iptables.mk | |
parent | 16a8faf0fa4ab459e0c1766d75b6bb9babaf8a34 (diff) | |
download | buildroot-novena-ee654b59c3ee2cb67f4cd8c910551a0d484d610d.tar.gz buildroot-novena-ee654b59c3ee2cb67f4cd8c910551a0d484d610d.zip |
Always use kernel-headers.
Diffstat (limited to 'make/iptables.mk')
-rw-r--r-- | make/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/iptables.mk b/make/iptables.mk index 937348a53..2d4ef43b5 100644 --- a/make/iptables.mk +++ b/make/iptables.mk @@ -38,7 +38,7 @@ $(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables $(STRIP) $(TARGET_DIR)/usr/lib/iptables/*.so rm -rf $(TARGET_DIR)/usr/man -iptables: $(TARGET_DIR)/sbin/iptables +iptables: linux $(TARGET_DIR)/sbin/iptables iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE) |