From a41f2da4ae619957623061bafa1e1e3151d1fe83 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 15 Nov 2005 00:43:49 +0000 Subject: [PATCH] replace bool by tristate to avoid unnecessary -install calls SVN-Revision: 2488 --- openwrt/package/fuse/Config.in | 2 +- openwrt/package/howl/Config.in | 2 +- openwrt/package/lua/Config.in | 2 +- openwrt/package/mysql/Config.in | 2 +- openwrt/package/ndisc/Config.in | 2 +- openwrt/package/net-snmp/Config.in | 2 +- openwrt/package/openldap/Config.in | 2 +- openwrt/package/openssl/Config.in | 2 +- openwrt/package/osiris/Config.in | 2 +- openwrt/package/pmacct/Config.in | 10 +++++----- openwrt/package/postgresql/Config.in | 2 +- openwrt/package/readline/Config.in | 2 +- openwrt/package/sablevm-classpath/Config.in | 4 ++-- openwrt/package/shfs/Config.in | 2 +- openwrt/package/snort/Config.in | 4 ++-- openwrt/package/speex/Config.in | 2 +- openwrt/package/sqlite/Config.in | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/openwrt/package/fuse/Config.in b/openwrt/package/fuse/Config.in index 5159140e3f..42b7448fcf 100644 --- a/openwrt/package/fuse/Config.in +++ b/openwrt/package/fuse/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_FUSE - bool + tristate default n depends BR2_PACKAGE_LIBFUSE diff --git a/openwrt/package/howl/Config.in b/openwrt/package/howl/Config.in index c4623ec60b..bad99b5e82 100644 --- a/openwrt/package/howl/Config.in +++ b/openwrt/package/howl/Config.in @@ -1,7 +1,7 @@ menu "howl - Zeroconf networking implementation" config BR2_PACKAGE_HOWL - bool + tristate default n depends BR2_PACKAGE_LIBHOWL diff --git a/openwrt/package/lua/Config.in b/openwrt/package/lua/Config.in index 573f2135a4..4a993e3e5a 100644 --- a/openwrt/package/lua/Config.in +++ b/openwrt/package/lua/Config.in @@ -1,7 +1,7 @@ menu "lua - LUA programming language" config BR2_PACKAGE_LUA - bool + tristate default n depends BR2_PACKAGE_LUA_INTERPRETER || BR2_PACKAGE_LUA_COMPILER || BR2_PACKAGE_LIBLUA diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in index 2c601912d8..506a2da8e6 100644 --- a/openwrt/package/mysql/Config.in +++ b/openwrt/package/mysql/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_MYSQL - bool + tristate default n depends BR2_PACKAGE_LIBMYSQLCLIENT diff --git a/openwrt/package/ndisc/Config.in b/openwrt/package/ndisc/Config.in index 8759c32554..ff9db115ec 100644 --- a/openwrt/package/ndisc/Config.in +++ b/openwrt/package/ndisc/Config.in @@ -1,7 +1,7 @@ menu "ndisc - ICMPv6 discovery tools" config BR2_PACKAGE_NDISC - bool + tristate default n depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6 diff --git a/openwrt/package/net-snmp/Config.in b/openwrt/package/net-snmp/Config.in index 7e1b3b5b53..5c189e1da8 100644 --- a/openwrt/package/net-snmp/Config.in +++ b/openwrt/package/net-snmp/Config.in @@ -1,7 +1,7 @@ menu "net-snmp - Open source SNMP (Simple Network Management Protocol) implementation" config BR2_PACKAGE_NET_SNMP - bool + tristate default n depends BR2_PACKAGE_LIBNETSNMP diff --git a/openwrt/package/openldap/Config.in b/openwrt/package/openldap/Config.in index 21d2301db7..4cddc318a3 100644 --- a/openwrt/package/openldap/Config.in +++ b/openwrt/package/openldap/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_OPENLDAP - bool + tristate default n depends BR2_PACKAGE_LIBOPENLDAP diff --git a/openwrt/package/openssl/Config.in b/openwrt/package/openssl/Config.in index 61c0953a1d..5e838f0f58 100644 --- a/openwrt/package/openssl/Config.in +++ b/openwrt/package/openssl/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_OPENSSL - bool + tristate default n depends BR2_PACKAGE_LIBOPENSSL diff --git a/openwrt/package/osiris/Config.in b/openwrt/package/osiris/Config.in index d2036e6d1a..3f125229ff 100644 --- a/openwrt/package/osiris/Config.in +++ b/openwrt/package/osiris/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_OSIRIS - bool + tristate default n depends BR2_PACKAGE_OSIRISD diff --git a/openwrt/package/pmacct/Config.in b/openwrt/package/pmacct/Config.in index e050b4ee3c..f07ca87c69 100644 --- a/openwrt/package/pmacct/Config.in +++ b/openwrt/package/pmacct/Config.in @@ -1,30 +1,30 @@ menu "pmacct - IPv4/IPv6 accounting and aggregation tools" config BR2_PACKAGE_PMACCT - bool + tristate default n depends BR2_PACKAGE_PMACCT_BASIC || BR2_PACKAGE_PMACCT_MYSQL || BR2_PACKAGE_PMACCT_PGSQL || BR2_PACKAGE_PMACCT_CUSTOM || BR2_PACKAGE_PMACCT_CLIENT config BR2_PACKAGE_PMACCT_BASIC - bool + tristate default n depends BR2_PACKAGE_NFACCTD_BASIC || BR2_PACKAGE_PMACCTD_BASIC select BR2_PACKAGE_PMACCT config BR2_PACKAGE_PMACCT_MYSQL - bool + tristate default n depends BR2_PACKAGE_NFACCTD_MYSQL || BR2_PACKAGE_PMACCTD_MYSQL select BR2_PACKAGE_PMACCT config BR2_PACKAGE_PMACCT_PGSQL - bool + tristate default n depends BR2_PACKAGE_NFACCTD_PGSQL || BR2_PACKAGE_PMACCTD_PGSQL select BR2_PACKAGE_PMACCT config BR2_PACKAGE_PMACCT_CUSTOM - bool + tristate default n depends BR2_PACKAGE_NFACCTD_CUSTOM || BR2_PACKAGE_PMACCTD_CUSTOM select BR2_PACKAGE_PMACCT diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 3a2dc6c7b2..c84deb9aa0 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/package/postgresql/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_POSTGRESQL - bool + tristate default n depends BR2_PACKAGE_LIBPQ diff --git a/openwrt/package/readline/Config.in b/openwrt/package/readline/Config.in index 8e2c3162ad..e3eb682efb 100644 --- a/openwrt/package/readline/Config.in +++ b/openwrt/package/readline/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_READLINE - bool + tristate default n depends BR2_PACKAGE_LIBREADLINE diff --git a/openwrt/package/sablevm-classpath/Config.in b/openwrt/package/sablevm-classpath/Config.in index 57adcae251..a4e022e5a6 100644 --- a/openwrt/package/sablevm-classpath/Config.in +++ b/openwrt/package/sablevm-classpath/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_SABLEVM_CLASSPATH - depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH - bool + tristate default n + depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH config BR2_PACKAGE_LIBSABLEVM_CLASSPATH depends BR2_PACKAGE_SABLEVM diff --git a/openwrt/package/shfs/Config.in b/openwrt/package/shfs/Config.in index d9f052754b..5aee1c2d9b 100644 --- a/openwrt/package/shfs/Config.in +++ b/openwrt/package/shfs/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_SHFS - bool + tristate default n depends BR2_PACKAGE_SHFS_UTILS diff --git a/openwrt/package/snort/Config.in b/openwrt/package/snort/Config.in index d9e840f179..c66ca7ee70 100644 --- a/openwrt/package/snort/Config.in +++ b/openwrt/package/snort/Config.in @@ -1,9 +1,9 @@ menu "snort - Ligthweight Network Intrusion Detection System (NIDS)" config BR2_PACKAGE_SNORT - bool - default BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM + tristate default n + depends BR2_PACKAGE_SNORT_BASIC || BR2_PACKAGE_SNORT_MYSQL || BR2_PACKAGE_SNORT_PGSQL || BR2_PACKAGE_SNORT_CUSTOM choice prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)" diff --git a/openwrt/package/speex/Config.in b/openwrt/package/speex/Config.in index a592dd6d7c..832af76e50 100644 --- a/openwrt/package/speex/Config.in +++ b/openwrt/package/speex/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_SPEEX - bool + tristate default n depends BR2_PACKAGE_LIBSPEEX diff --git a/openwrt/package/sqlite/Config.in b/openwrt/package/sqlite/Config.in index 2d33debc17..11bde9d7bb 100644 --- a/openwrt/package/sqlite/Config.in +++ b/openwrt/package/sqlite/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_SQLITE - bool + tristate default n depends BR2_PACKAGE_LIBSQLITE -- 2.30.2