summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-10-08 11:02:05 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-10-08 11:02:05 +0000
commite38134d5cf692ea2812007010c0d7d83b3791c25 (patch)
tree371b7b526157fb4c6225c07f5d99fefa6428b7e6 /rules/iptables.make
parentd3ff3babc590138416e90c2e135eb179b97ce4d2 (diff)
downloadptxdist-e38134d5cf692ea2812007010c0d7d83b3791c25.tar.gz
ptxdist-e38134d5cf692ea2812007010c0d7d83b3791c25.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3203 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 8d1030285..59d274c8d 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -140,6 +140,14 @@ ifdef PTXCONF_IPTABLES_INSTALL_IPTABLES_SAVE
@$(call install_copy, 0, 0, 0755, $(IPTABLES_DIR)/iptables-save, /sbin/iptables-save)
endif
@$(call install_finish)
+
+# KUB had this in his patch: find out what it does before applying
+#
+# cd $(IPTABLES_DIR)/extensions && \
+# for file in `find . -name '*.so*' | sed -e "s/\.\//\//g"`; do \
+# $(call install_copy, 0, 0, 0664, $(IPTABLES_DIR)/extensions/$$$$file, /usr/lib/iptables/$$$$file, n) \
+# done
+
$(call touch, $@)
# ----------------------------------------------------------------------------