openconnect: add an option to support stoken

Add a new build configuration option for openconnect and let it link
against libstoken if instructed to. Two new uci configuration variables
are introduced: "token_mode" and "token_secret" to allow openconnect to
use those.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
This commit is contained in:
Florian Fainelli
2014-12-04 22:51:45 -08:00
parent ebd0c44052
commit a54d31ed3f
4 changed files with 18 additions and 4 deletions
+3
View File
@@ -15,4 +15,7 @@ config OPENCONNECT_OPENSSL
endchoice
config OPENCONNECT_STOKEN
bool "stoken support"
endmenu