From a54d31ed3f3b165533994edb6567470825bea207 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 4 Dec 2014 22:51:45 -0800 Subject: 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 --- net/openconnect/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net/openconnect/Config.in') diff --git a/net/openconnect/Config.in b/net/openconnect/Config.in index 1daaeaa6a..d73bd3a88 100644 --- a/net/openconnect/Config.in +++ b/net/openconnect/Config.in @@ -15,4 +15,7 @@ config OPENCONNECT_OPENSSL endchoice +config OPENCONNECT_STOKEN + bool "stoken support" + endmenu -- cgit v1.2.3