1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
openwrt-packages/net/openconnect/Config.in

23 lines
338 B
Plaintext
Raw Permalink Normal View History

2014-06-03 18:18:17 +02:00
# openconnect avanced configuration
menu "Configuration"
depends on PACKAGE_openconnect
choice
prompt "SSL library"
default OPENCONNECT_GNUTLS
config OPENCONNECT_GNUTLS
bool "GnuTLS support"
config OPENCONNECT_OPENSSL
bool "OpenSSL"
select OPENSSL_WITH_DTLS
2014-06-03 18:18:17 +02:00
endchoice
config OPENCONNECT_STOKEN
bool "stoken support"
2014-06-03 18:18:17 +02:00
endmenu