summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-19 10:30:49 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-19 10:30:49 +0000
commit1c75737dae4982c75b476e730984eb02c7279c18 (patch)
tree7c7d306a8d014f5f4d2cb928584986701bb63141 /rules/iptables.make
parent62f3fced06e785dc5f2127828ba62423001e336d (diff)
downloadptxdist-1c75737dae4982c75b476e730984eb02c7279c18.tar.gz
ptxdist-1c75737dae4982c75b476e730984eb02c7279c18.tar.xz
[iptables] add installation of iptables-apply
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10307 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 744842d31..ba9d7f9f2 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -123,6 +123,10 @@ ifdef PTXCONF_IPTABLES_INSTALL_IPTABLES_XML
@$(call install_copy, iptables, 0, 0, 0755, -, /usr/bin/iptables-xml)
endif
+ifdef PTXCONF_IPTABLES_INSTALL_IPTABLES_APPLY
+ @$(call install_copy, iptables, 0, 0, 0755, $(IPTABLES_DIR)/iptables-apply, /usr/sbin/iptables-apply)
+endif
+
@$(call install_finish, iptables)
@$(call touch)