diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 09:26:11 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 09:26:11 +0000 |
commit | 74ab05e4047724a2a87f24fd6cdc15d26b13f0ec (patch) | |
tree | 784fc21397d598fd7114cb2e84046c5b82bf9973 /package/snort | |
parent | 802b38b8fd4418abb162943f7ff8e4c6f58a25a6 (diff) |
Standardize config structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1014 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/snort')
-rw-r--r-- | package/snort/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/snort/Config.in b/package/snort/Config.in index db6133545..ff79cfafd 100644 --- a/package/snort/Config.in +++ b/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 - |