open-plc-utils: moved to github
[packages.git] / net / coova-chilli / Config.in
1 # CoovaChilli avanced configuration
2
3 menu "Configuration"
4         depends on PACKAGE_coova-chilli
5
6 config COOVACHILLI_REDIR
7         bool "Enable support for redir server. Required for uamregex"
8         default n
9
10 config COOVACHILLI_MINIPORTAL
11         bool "Enable support Coova miniportal"
12         default n
13
14 config COOVACHILLI_USERAGENT
15         bool "Enable recording user-agent"
16         default n
17
18 config COOVACHILLI_DNSLOG
19         bool "Enable support to log DNS name queries"
20         default n
21
22 config COOVACHILLI_UAMDOMAINFILE
23         bool "Enable loading of mass uamdomains from file"
24         default n
25
26 config COOVACHILLI_LARGELIMITS
27         bool "Enable larger limits for use with non-embedded systems"
28         default n
29
30 choice
31         prompt "SSL library"
32         default COOVACHILLI_NOSSL
33
34 config COOVACHILLI_NOSSL
35         bool "No SSL support"
36
37 config COOVACHILLI_MATRIXSSL
38         bool "MatrixSSL"
39
40 config COOVACHILLI_CYASSL
41         bool "CyaSSL"
42
43 config COOVACHILLI_OPENSSL
44         bool "OpenSSL"
45
46 endchoice
47
48 endmenu