diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:19:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:19:30 +0000 |
commit | 800638d733635beaa47f11f977de169cef134ed7 (patch) | |
tree | fe0838f9e1a233543290289e3800d466cad6601c /package/snort | |
parent | 0c576e363229f87900c4f1cbdc3fd7b237c14eed (diff) | |
download | upstream-800638d733635beaa47f11f977de169cef134ed7.tar.gz upstream-800638d733635beaa47f11f977de169cef134ed7.tar.bz2 upstream-800638d733635beaa47f11f977de169cef134ed7.zip |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/snort/Config.in b/package/snort/Config.in index 4cda968985..b3e9d4fe9c 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 |