summaryrefslogtreecommitdiff
path: root/package/shorewall-common/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/shorewall-common/Config.in
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/shorewall-common/Config.in')
-rw-r--r--package/shorewall-common/Config.in40
1 files changed, 0 insertions, 40 deletions
diff --git a/package/shorewall-common/Config.in b/package/shorewall-common/Config.in
deleted file mode 100644
index 59296e1fe..000000000
--- a/package/shorewall-common/Config.in
+++ /dev/null
@@ -1,40 +0,0 @@
-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 on 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 on 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.