Standardize configure invocation
[openwrt.git] / openwrt / package / snort / Config.in
index 6107842..db61335 100644 (file)
@@ -1,5 +1,5 @@
 choice
-       prompt "snort"
+       prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)"
        tristate
        default n
        optional
@@ -41,17 +41,30 @@ choice
                select BR2_PACKAGE_LIBPCAP
                select BR2_PACKAGE_LIBPCRE
        
+       config BR2_PACKAGE_SNORT_ENABLE_DEBUG
+               prompt "debug (enable debugging options, useful for bugreports)"
+               bool
+               default n
+               depends BR2_PACKAGE_SNORT_CUSTOM
+
+       config BR2_PACKAGE_SNORT_ENABLE_INLINE
+               prompt "inline mode (read packets from iptables instead of libpcap)"
+               bool
+               default n
+               depends BR2_PACKAGE_SNORT_CUSTOM
+               select BR2_PACKAGE_IPTABLES
+
        config BR2_PACKAGE_SNORT_WITH_MYSQL
                prompt "MySQL database support"
                bool
-               default y
+               default n
                depends BR2_PACKAGE_SNORT_CUSTOM
                select BR2_PACKAGE_LIBMYSQLCLIENT
 
        config BR2_PACKAGE_SNORT_WITH_PGSQL
                prompt "PostgreSQL database support"
                bool
-               default y
+               default n
                depends BR2_PACKAGE_SNORT_CUSTOM
                select BR2_PACKAGE_LIBPQ
 
@@ -59,5 +72,5 @@ endchoice
 
 config BR2_PACKAGE_SNORT
        tristate
-       default BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL
+       default BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM
 
This page took 0.025646 seconds and 4 git commands to generate.