You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
898 B

  1. # CoovaChilli avanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_coova-chilli
  4. config COOVACHILLI_REDIR
  5. bool "Enable support for redir server. Required for uamregex"
  6. default n
  7. config COOVACHILLI_MINIPORTAL
  8. bool "Enable support Coova miniportal"
  9. default n
  10. config COOVACHILLI_USERAGENT
  11. bool "Enable recording user-agent"
  12. default n
  13. config COOVACHILLI_DNSLOG
  14. bool "Enable support to log DNS name queries"
  15. default n
  16. config COOVACHILLI_UAMDOMAINFILE
  17. bool "Enable loading of mass uamdomains from file"
  18. default n
  19. config COOVACHILLI_LARGELIMITS
  20. bool "Enable larger limits for use with non-embedded systems"
  21. default n
  22. choice
  23. prompt "SSL library"
  24. default COOVACHILLI_NOSSL
  25. config COOVACHILLI_NOSSL
  26. bool "No SSL support"
  27. config COOVACHILLI_MATRIXSSL
  28. bool "MatrixSSL"
  29. config COOVACHILLI_CYASSL
  30. bool "CyaSSL"
  31. config COOVACHILLI_OPENSSL
  32. bool "OpenSSL"
  33. endchoice
  34. endmenu