replace bool by tristate to avoid unnecessary -install calls
authorNicolas Thill <nico@openwrt.org>
Tue, 15 Nov 2005 00:43:49 +0000 (00:43 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 15 Nov 2005 00:43:49 +0000 (00:43 +0000)
SVN-Revision: 2488

17 files changed:
openwrt/package/fuse/Config.in
openwrt/package/howl/Config.in
openwrt/package/lua/Config.in
openwrt/package/mysql/Config.in
openwrt/package/ndisc/Config.in
openwrt/package/net-snmp/Config.in
openwrt/package/openldap/Config.in
openwrt/package/openssl/Config.in
openwrt/package/osiris/Config.in
openwrt/package/pmacct/Config.in
openwrt/package/postgresql/Config.in
openwrt/package/readline/Config.in
openwrt/package/sablevm-classpath/Config.in
openwrt/package/shfs/Config.in
openwrt/package/snort/Config.in
openwrt/package/speex/Config.in
openwrt/package/sqlite/Config.in

index 5159140e3f613bedd34af43c8c4f9ef167568784..42b7448fcf1e41c3e97af54d1669aeb692d59b0c 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_FUSE
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBFUSE
 
index c4623ec60b8e67d4655a3cd0bc7d845e53d8c9bb..bad99b5e82828dc19da37a64b43454c772217ba4 100644 (file)
@@ -1,7 +1,7 @@
 menu "howl - Zeroconf networking implementation"
 
 config BR2_PACKAGE_HOWL
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBHOWL
 
index 573f2135a4c908e77041a3dfcb9b7953dc510f95..4a993e3e5a7130f72c8c1beeacaf8f6e4c8d7eb9 100644 (file)
@@ -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
 
index 2c601912d8f9b9eba33146b8207272c729d6c310..506a2da8e66ebfbf4c8c3c8d7c64cc0511bf9c5c 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_MYSQL
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBMYSQLCLIENT
 
index 8759c32554f26c235d815eefc5386a86247f32df..ff9db115ec7b3b8134bb5e8a2ceba9c6c49ef390 100644 (file)
@@ -1,7 +1,7 @@
 menu "ndisc - ICMPv6 discovery tools"
 
 config BR2_PACKAGE_NDISC
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6
 
index 7e1b3b5b53556655473dbdcea523db0dbb861e59..5c189e1da8a6fece201509695341d02ac06943a3 100644 (file)
@@ -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
 
index 21d2301db75d2861dbc30cdad20fdfed6b3599bd..4cddc318a3fad31667cab3e892d88e849ae68bcc 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OPENLDAP
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBOPENLDAP
 
index 61c0953a1dd9fe2f965d019be222b4ed8ea13a09..5e838f0f5881077ae81bcdeecc454318c880ce2b 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OPENSSL
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBOPENSSL
        
index d2036e6d1aaa073ee3b03d73ef03863275d54a48..3f125229ff0d32a33cd973b2308368b849e9e768 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OSIRIS
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_OSIRISD
 
index e050b4ee3c1d66f971a11bbec3abf355c1f30950..f07ca87c69c43678de8eb93c9b1a38fcf01a3b69 100644 (file)
@@ -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
index 3a2dc6c7b2da88fc3aa9bef7e7419def2bacbf04..c84deb9aa07515a8755ad91745a6209a0524ac94 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_POSTGRESQL
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBPQ
 
index 8e2c3162addfaadd40dccb8517f8706daf3d05fa..e3eb682efb33af800a23d404dfa7e79160a73809 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_READLINE
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBREADLINE
 
index 57adcae25134de83a578b1baa1802b5eb2802344..a4e022e5a69c0dd940a56fde4cc9cfcee3a15ea0 100644 (file)
@@ -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
index d9f052754bcda9916740c3e1ed335a82369bcd7d..5aee1c2d9b6df6c595ae101f5b90b655f00c769c 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_SHFS
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_SHFS_UTILS
 
index d9e840f179799895a400ee2f554c08bad8bf7a5f..c66ca7ee70969eb70f5ab66729cd19dc62eeb5f2 100644 (file)
@@ -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)"
index a592dd6d7c46d1a1ffa2106dbad700a4420b0c2a..832af76e50768d37a6769374bc927606f1d584fe 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_SPEEX
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBSPEEX
 
index 2d33debc17c71fa986ea8b8a1c1c3266498a5d3e..11bde9d7bb111cae0921dcf4b2af06ee3b856bb5 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_SQLITE
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBSQLITE