summaryrefslogtreecommitdiff
path: root/openwrt/package/snort/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-22 09:26:11 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-22 09:26:11 +0000
commit5740e07504facba47dcb782add94345c483092cf (patch)
treefc1c6669e5dc22daf60ac14910f61cae0b6c5144 /openwrt/package/snort/Config.in
parent4b522d401b3f82a58b0ed8e9ddb487bad0e36e0d (diff)
Standardize config structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1014 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/snort/Config.in')
-rw-r--r--openwrt/package/snort/Config.in3
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
-