summaryrefslogtreecommitdiffstats
path: root/package/snort
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-22 03:19:30 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-22 03:19:30 +0000
commitcf78fead7725c5addab551c1eb1d4921e5f0ade6 (patch)
treefe0838f9e1a233543290289e3800d466cad6601c /package/snort
parent6ca00b6412d5d51c1eadbdcff08e45b5c3fb07b6 (diff)
replace bool by tristate to avoid unnecessary -install calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2545 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/snort')
-rw-r--r--package/snort/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/snort/Config.in b/package/snort/Config.in
index 4cda96898..b3e9d4fe9 100644
--- a/package/snort/Config.in
+++ b/package/snort/Config.in
@@ -1,7 +1,7 @@
menu "snort............................. Ligthweight Network Intrusion Detection System (NIDS)"
config BR2_COMPILE_SNORT
- bool
+ tristate
default n
depends BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM