projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
handle builddependencies via Config.in, suggested by nbd
[openwrt.git]
/
openwrt
/
package
/
iptables
/
iptables.mk
diff --git
a/openwrt/package/iptables/iptables.mk
b/openwrt/package/iptables/iptables.mk
index
99cf14f
..
e343a61
100644
(file)
--- a/
openwrt/package/iptables/iptables.mk
+++ b/
openwrt/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
$(STRIP) $(TARGET_DIR)/usr/lib/iptables/*.so
rm -rf $(TARGET_DIR)/usr/man
-iptables: $(TARGET_DIR)/usr/sbin/iptables
+iptables:
kernel-headers
$(TARGET_DIR)/usr/sbin/iptables
iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE)
iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE)
@@
-49,3
+49,7
@@
iptables-clean:
iptables-dirclean:
rm -rf $(IPTABLES_BUILD_DIR)
iptables-dirclean:
rm -rf $(IPTABLES_BUILD_DIR)
+
+ifeq ($(strip $(BR2_PACKAGE_IPTABLES)),y)
+TARGETS+=iptables
+endif
This page took
0.027759 seconds
and
4
git commands to generate.