summaryrefslogtreecommitdiffstats
path: root/package/snort/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-05 02:16:36 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-05 02:16:36 +0000
commit7bd944d2153b871aaaee970811f27772cbe36a6f (patch)
tree023aa6c89150198db369868cca93b44e19180e28 /package/snort/Config.in
parent7a551def223e31d0fa5669eea9ff8d86098f9ca3 (diff)
reorganize/rationalize/format package menuconfig,
make updatedd modular git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/snort/Config.in')
-rw-r--r--package/snort/Config.in27
1 files changed, 13 insertions, 14 deletions
diff --git a/package/snort/Config.in b/package/snort/Config.in
index d9e840f17..4cda96898 100644
--- a/package/snort/Config.in
+++ b/package/snort/Config.in
@@ -1,12 +1,12 @@
-menu "snort - Ligthweight Network Intrusion Detection System (NIDS)"
+menu "snort............................. Ligthweight Network Intrusion Detection System (NIDS)"
-config BR2_PACKAGE_SNORT
+config BR2_COMPILE_SNORT
bool
- default BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM
default n
+ depends BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM
choice
- prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)"
+ prompt "snort............................. Ligthweight Network Intrusion Detection System (NIDS)"
tristate
optional
help
@@ -21,38 +21,37 @@ choice
- libpcap
- libpcre
- libpq (for PostgreSQL database logging support)
-
config BR2_PACKAGE_SNORT_BASIC
- prompt "snort: without database support"
+ prompt "snort........................... without database support"
tristate
- select BR2_PACKAGE_SNORT
+ select BR2_COMPILE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
config BR2_PACKAGE_SNORT_MYSQL
- prompt "snort-mysql: with MySQL database support"
+ prompt "snort-mysql..................... with MySQL database support"
tristate
- select BR2_PACKAGE_SNORT
+ select BR2_COMPILE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_LIBMYSQLCLIENT
config BR2_PACKAGE_SNORT_PGSQL
- prompt "snort-pgsql: with PostgreSQL database support"
+ prompt "snort-pgsql..................... with PostgreSQL database support"
tristate
- select BR2_PACKAGE_SNORT
+ select BR2_COMPILE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_LIBPQ
config BR2_PACKAGE_SNORT_CUSTOM
- prompt "snort-custom: customized to your needs"
+ prompt "snort-custom.................... customized to your needs"
tristate
- select BR2_PACKAGE_SNORT
+ select BR2_COMPILE_SNORT
select BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
@@ -64,7 +63,7 @@ choice
depends BR2_PACKAGE_SNORT_CUSTOM
config BR2_PACKAGE_SNORT_ENABLE_INLINE
- prompt "inline mode (read packets from iptables instead of libpcap)"
+ prompt "Inline mode (read packets from iptables instead of libpcap)"
bool
default n
depends BR2_PACKAGE_SNORT_CUSTOM