mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Added openconnect
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user