summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-19 10:30:39 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-19 10:30:39 +0000
commit62f3fced06e785dc5f2127828ba62423001e336d (patch)
tree950b017bea463201880df6c1c9ff2bcbaa770d47 /rules/iptables.make
parente9fa60ea843f9268af5350975d244d8cec410ab6 (diff)
downloadptxdist-62f3fced06e785dc5f2127828ba62423001e336d.tar.gz
ptxdist-62f3fced06e785dc5f2127828ba62423001e336d.tar.xz
[iptables] add installation of iptables-xml
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10306 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 38120a5bb..744842d31 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -119,6 +119,10 @@ endif
/usr/lib/$$file); \
done
+ifdef PTXCONF_IPTABLES_INSTALL_IPTABLES_XML
+ @$(call install_copy, iptables, 0, 0, 0755, -, /usr/bin/iptables-xml)
+endif
+
@$(call install_finish, iptables)
@$(call touch)