Added openconnect

This commit is contained in:
Nikos Mavrogiannopoulos
2014-06-03 18:18:17 +02:00
parent a206f07dd3
commit af551b6683
4 changed files with 288 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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
endmenu