summaryrefslogtreecommitdiff
path: root/package/shorewall-common/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/shorewall-common/Config.in')
-rw-r--r--package/shorewall-common/Config.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/package/shorewall-common/Config.in b/package/shorewall-common/Config.in
new file mode 100644
index 000000000..d45386d64
--- /dev/null
+++ b/package/shorewall-common/Config.in
@@ -0,0 +1,40 @@
+config ADK_PACKAGE_SHOREWALL
+ prompt "shorewall......................... high-level netfilter configuration tool"
+ tristate
+ default n
+ select ADK_PACKAGE_IPTABLES
+ help
+ The Shoreline Firewall, more commonly known as "Shorewall", is a
+ high-level tool for configuring Netfilter. You describe your
+ firewall/gateway requirements using entries in a set of configuration
+ files. Shorewall reads those configuration files and with the help
+ of the iptables utility, Shorewall configures Netfilter to match
+ your requirements.
+
+ http://www.shorewall.net/
+
+config ADK_PACKAGE_SHOREWALL_STRIPCONF
+ prompt "Strip shorewall configuration files"
+ bool
+ default n
+ depends ADK_PACKAGE_SHOREWALL
+ help
+ To save space, all shorewall files in /etc/shorewall will get striped.
+ This means that all comments, empty lines etc. are removed.
+
+ By default this option is not enabled, because the comments
+ in the configfiles helps the user a lot to configure shorewall.
+
+config ADK_PACKAGE_SHOREWALL_STRIPSHARED
+ prompt "Strip shared shorewall files (macros & actions mainly)"
+ bool
+ default y
+ depends ADK_PACKAGE_SHOREWALL
+ help
+ To save space, all shared shorewall files in /usr/share/shorewall
+ will get striped. This means that all comments, empty lines etc.
+ are removed.
+
+ By default this option is enabled, because for normal usage the user
+ doesn't need to change files in /usr/share/shorewall. Comments in all
+ shared files just would waste disk space on most embedded devices.