summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
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)