diff options
Diffstat (limited to 'openwrt/package/snort')
-rw-r--r-- | openwrt/package/snort/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/snort/Config.in b/openwrt/package/snort/Config.in index db6133545c..ff79cfafdc 100644 --- a/openwrt/package/snort/Config.in +++ b/openwrt/package/snort/Config.in @@ -1,8 +1,8 @@ choice prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)" tristate - default n optional + default m if CONFIG_DEVEL help A ligthweight Network Intrusion Detection System (NIDS) @@ -73,4 +73,3 @@ endchoice config BR2_PACKAGE_SNORT tristate default BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM - |