1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-27 11:25:26 +02:00
openwrt-packages/net/openconnect/Config.in

22 lines
312 B
Plaintext
Raw 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"
endchoice
config OPENCONNECT_STOKEN
bool "stoken support"
2014-06-03 18:18:17 +02:00
endmenu