exfatprogs: update to 1.2.5
[feed/packages.git] / net / coova-chilli / Config.in
1 # CoovaChilli advanced configuration
2
3 if PACKAGE_coova-chilli
4
5 config COOVACHILLI_PROXY
6 bool "Enable support for chilli proxy. Required for AAA Proxy through http"
7 default n
8
9 config COOVACHILLI_REDIR
10 bool "Enable support for redir server. Required for uamregex"
11 default n
12
13 config COOVACHILLI_MINIPORTAL
14 bool "Enable support Coova miniportal"
15 default n
16
17 config COOVACHILLI_USERAGENT
18 bool "Enable recording user-agent"
19 default n
20
21 config COOVACHILLI_UAMDOMAINFILE
22 bool "Enable loading of mass uamdomains from file"
23 default n
24
25 config COOVACHILLI_LARGELIMITS
26 bool "Enable larger limits for use with non-embedded systems"
27 default n
28
29 config COOVACHILLI_JSONINTERFACE
30 bool "Enable the JSON interface for the CoovaChilli Controller"
31 default n
32
33 choice
34 prompt "SSL library"
35 default COOVACHILLI_NOSSL
36
37 config COOVACHILLI_NOSSL
38 bool "No SSL support"
39
40 config COOVACHILLI_WOLFSSL
41 bool "wolfSSL"
42
43 config COOVACHILLI_OPENSSL
44 bool "OpenSSL"
45
46 endchoice
47
48 endif