summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-08-23 09:33:24 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-08-23 09:33:24 +0000
commit8ef4328eb9f3a78491e5f598e8ac5814a8e6df53 (patch)
tree4d458857ad15b5c7a6a1deb258351b7a90f9c900 /rules/iptables.in
parent5dbcabd0276cd606bdbde320efc48a0d3fad0b47 (diff)
downloadptxdist-8ef4328eb9f3a78491e5f598e8ac5814a8e6df53.tar.gz
ptxdist-8ef4328eb9f3a78491e5f598e8ac5814a8e6df53.tar.xz
added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@1588 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
new file mode 100644
index 000000000..e8669a666
--- /dev/null
+++ b/rules/iptables.in
@@ -0,0 +1,32 @@
+menu "iptables "
+
+config IPTABLES
+ bool
+ prompt "compile iptables"
+ default N
+
+config IPTABLES_INSTALL_IP6TABLES
+ bool
+ prompt "install ip6tables"
+ depends on IPTABLES
+ default N
+
+config IPTABLES_INSTALL_IPTABLES
+ bool
+ prompt "install iptables"
+ depends on IPTABLES
+ default N
+
+config IPTABLES_INSTALL_IPTABLES_RESTORE
+ bool
+ prompt "install iptables-restore"
+ depends on IPTABLES
+ default N
+
+config IPTABLES_INSTALL_IPTABLES_SAVE
+ bool
+ prompt "install iptables-save"
+ depends on IPTABLES
+ default N
+
+endmenu