summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-07-26 12:54:39 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-08-01 09:24:31 +0200
commitb06bb3f070a6c38042348658e4c8ff9f921b413f (patch)
tree36b5ff1b25e37f7b0e88425f21d26994d00c2471 /rules/iptables.make
parent6823cb2b53813947b0b1b9d513446e34968293a8 (diff)
downloadptxdist-b06bb3f070a6c38042348658e4c8ff9f921b413f.tar.gz
ptxdist-b06bb3f070a6c38042348658e4c8ff9f921b413f.tar.xz
iptables: the 'nfnl_osf' util is only built if 'libnfnetlink' is enabled
Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 9da40c9a8..16b7820b6 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -112,8 +112,9 @@ endif
ifdef PTXCONF_IPTABLES_INSTALL_TOOLS
@$(call install_copy, iptables, 0, 0, 0755, -, /usr/sbin/xtables-multi)
@$(call install_link, iptables, ../sbin/xtables-multi, /usr/bin/iptables-xml)
+ifdef PTXCONF_IPTABLES_LIBNFNETLINK
@$(call install_copy, iptables, 0, 0, 0755, -, /usr/sbin/nfnl_osf)
-
+endif
ifdef PTXCONF_IPTABLES_IPV6
# # IPv6 part
@$(call install_link, iptables, xtables-multi, /usr/sbin/ip6tables)