Config.in 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. config ADK_PACKAGE_OPENVPN
  2. prompt "openvpn........................... Open source VPN solution using SSL"
  3. tristate
  4. default n
  5. select ADK_KPACKAGE_KMOD_TUN
  6. help
  7. Open Source VPN solution using SSL
  8. http://openvpn.net/
  9. Depends: kmod-tun, libpthread
  10. config ADK_COMPILE_OPENVPN_WITH_SERVER
  11. prompt "server support.................. enable to use OpenVPN as server"
  12. bool
  13. default y
  14. depends ADK_PACKAGE_OPENVPN
  15. config ADK_COMPILE_OPENVPN_WITH_HTTP
  16. prompt "enable http proxy support....... allow tunneling through http-proxy"
  17. bool
  18. default y
  19. depends ADK_PACKAGE_OPENVPN
  20. config ADK_COMPILE_OPENVPN_WITH_OPENSSL
  21. prompt "enable openssl.................. encryption support"
  22. bool
  23. default y
  24. depends ADK_PACKAGE_OPENVPN
  25. select ADK_PACKAGE_LIBOPENSSL
  26. help
  27. if unsure say "y" you really want that!
  28. config ADK_COMPILE_OPENVPN_WITH_LZO
  29. prompt "enable lzo...................... Enable transparent compression"
  30. bool
  31. default y
  32. depends ADK_PACKAGE_OPENVPN
  33. select ADK_PACKAGE_LIBLZO
  34. config ADK_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
  35. prompt "Enable password saving.......... allow to read passwords for PKCS12 from file"
  36. bool
  37. default y
  38. depends ADK_PACKAGE_OPENVPN
  39. config ADK_COMPILE_OPENVPN_WITH_SMALL
  40. prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list"
  41. bool
  42. default n
  43. depends ADK_PACKAGE_OPENVPN
  44. config ADK_PACKAGE_OPENVPN_EASY_RSA
  45. prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
  46. tristate
  47. default n
  48. select ADK_PACKAGE_OPENSSL_UTIL
  49. depends ADK_PACKAGE_OPENVPN
  50. help
  51. collection of shell scripts to manage a simple CA infrastructure
  52. Depends: openpvn, openssl-util