mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
zabbix: change spaces to tabs in Config.in
This seems to be more standard for Config.in. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
This commit is contained in:
committed by
Florian Eckert
parent
ee93470984
commit
32abd6408f
@@ -1,37 +1,37 @@
|
||||
choice
|
||||
prompt "Select SSL Library"
|
||||
prompt "Select SSL Library"
|
||||
|
||||
default ZABBIX_OPENSSL
|
||||
default ZABBIX_OPENSSL
|
||||
|
||||
config ZABBIX_GNUTLS
|
||||
bool "GnuTLS"
|
||||
config ZABBIX_GNUTLS
|
||||
bool "GnuTLS"
|
||||
|
||||
config ZABBIX_NOSSL
|
||||
bool "NoSSL"
|
||||
config ZABBIX_NOSSL
|
||||
bool "NoSSL"
|
||||
|
||||
config ZABBIX_OPENSSL
|
||||
bool "OpenSSL"
|
||||
config ZABBIX_OPENSSL
|
||||
bool "OpenSSL"
|
||||
endchoice
|
||||
|
||||
menu "Modify features for non-core variants"
|
||||
|
||||
config ZABBIX_CURL
|
||||
bool "cURL support (default SSL)"
|
||||
default y
|
||||
depends on !ZABBIX_GNUTLS && !ZABBIX_NOSSL
|
||||
config ZABBIX_CURL
|
||||
bool "cURL support (default SSL)"
|
||||
default y
|
||||
depends on !ZABBIX_GNUTLS && !ZABBIX_NOSSL
|
||||
|
||||
config ZABBIX_CURL_GNUTLS
|
||||
bool "cURL support (GnuTLS)"
|
||||
default n
|
||||
depends on !ZABBIX_CURL
|
||||
config ZABBIX_CURL_GNUTLS
|
||||
bool "cURL support (GnuTLS)"
|
||||
default n
|
||||
depends on !ZABBIX_CURL
|
||||
|
||||
config ZABBIX_LDAP
|
||||
bool "LDAP support"
|
||||
depends on ZABBIX_OPENSSL
|
||||
default y
|
||||
config ZABBIX_LDAP
|
||||
bool "LDAP support"
|
||||
depends on ZABBIX_OPENSSL
|
||||
default y
|
||||
|
||||
config ZABBIX_NETSNMP
|
||||
bool "NetSNMP support (OpenSSL)"
|
||||
depends on ZABBIX_OPENSSL
|
||||
default y
|
||||
config ZABBIX_NETSNMP
|
||||
bool "NetSNMP support (OpenSSL)"
|
||||
depends on ZABBIX_OPENSSL
|
||||
default y
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user