2015-01-16 08:25:26 +00:00
|
|
|
# CoovaChilli advanced configuration
|
2014-11-30 00:13:43 +00:00
|
|
|
|
2020-01-02 13:12:21 +00:00
|
|
|
if PACKAGE_coova-chilli
|
2014-11-30 00:13:43 +00:00
|
|
|
|
2014-12-04 00:47:19 +00:00
|
|
|
config COOVACHILLI_PROXY
|
2020-01-02 13:12:21 +00:00
|
|
|
bool "Enable support for chilli proxy. Required for AAA Proxy through http"
|
|
|
|
default n
|
2014-12-04 00:47:19 +00:00
|
|
|
|
2014-11-30 00:13:43 +00:00
|
|
|
config COOVACHILLI_REDIR
|
|
|
|
bool "Enable support for redir server. Required for uamregex"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config COOVACHILLI_MINIPORTAL
|
|
|
|
bool "Enable support Coova miniportal"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config COOVACHILLI_USERAGENT
|
|
|
|
bool "Enable recording user-agent"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config COOVACHILLI_UAMDOMAINFILE
|
|
|
|
bool "Enable loading of mass uamdomains from file"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config COOVACHILLI_LARGELIMITS
|
|
|
|
bool "Enable larger limits for use with non-embedded systems"
|
|
|
|
default n
|
|
|
|
|
2020-05-25 21:27:33 +00:00
|
|
|
config COOVACHILLI_JSONINTERFACE
|
|
|
|
bool "Enable the JSON interface for the CoovaChilli Controller"
|
|
|
|
default n
|
|
|
|
|
2014-11-30 00:13:43 +00:00
|
|
|
choice
|
|
|
|
prompt "SSL library"
|
|
|
|
default COOVACHILLI_NOSSL
|
|
|
|
|
|
|
|
config COOVACHILLI_NOSSL
|
|
|
|
bool "No SSL support"
|
|
|
|
|
2019-06-27 07:07:24 +00:00
|
|
|
config COOVACHILLI_WOLFSSL
|
|
|
|
bool "wolfSSL"
|
2014-11-30 00:13:43 +00:00
|
|
|
|
|
|
|
config COOVACHILLI_OPENSSL
|
|
|
|
bool "OpenSSL"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2020-01-02 13:12:21 +00:00
|
|
|
endif
|