diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-12-04 22:51:45 -0800 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-12-07 21:18:52 -0800 |
commit | a54d31ed3f3b165533994edb6567470825bea207 (patch) | |
tree | 520056585ea74f26b8d2dd884d78b0f3ad88b863 /net/openconnect/Config.in | |
parent | ebd0c440523c11f4b70fe82843af1908d00d6f61 (diff) |
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>
Diffstat (limited to 'net/openconnect/Config.in')
-rw-r--r-- | net/openconnect/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |