12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- config ADK_PACKAGE_OPENVPN
- prompt "openvpn........................... Open source VPN solution using SSL"
- tristate
- default n
- select ADK_KPACKAGE_KMOD_TUN
- help
- Open Source VPN solution using SSL
-
- http://openvpn.net/
-
- Depends: kmod-tun, libpthread
- config ADK_COMPILE_OPENVPN_WITH_SERVER
- prompt "server support.................. enable to use OpenVPN as server"
- bool
- default y
- depends ADK_PACKAGE_OPENVPN
- config ADK_COMPILE_OPENVPN_WITH_HTTP
- prompt "enable http proxy support....... allow tunneling through http-proxy"
- bool
- default y
- depends ADK_PACKAGE_OPENVPN
- config ADK_COMPILE_OPENVPN_WITH_OPENSSL
- prompt "enable openssl.................. encryption support"
- bool
- default y
- depends ADK_PACKAGE_OPENVPN
- select ADK_PACKAGE_LIBOPENSSL
- help
- if unsure say "y" you really want that!
- config ADK_COMPILE_OPENVPN_WITH_LZO
- prompt "enable lzo...................... Enable transparent compression"
- bool
- default y
- depends ADK_PACKAGE_OPENVPN
- select ADK_PACKAGE_LIBLZO
- config ADK_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
- prompt "Enable password saving.......... allow to read passwords for PKCS12 from file"
- bool
- default y
- depends ADK_PACKAGE_OPENVPN
- config ADK_COMPILE_OPENVPN_WITH_SMALL
- prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list"
- bool
- default n
- depends ADK_PACKAGE_OPENVPN
- config ADK_PACKAGE_OPENVPN_EASY_RSA
- prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
- tristate
- default n
- select ADK_PACKAGE_OPENSSL_UTIL
- depends ADK_PACKAGE_OPENVPN
- help
- collection of shell scripts to manage a simple CA infrastructure
- Depends: openpvn, openssl-util
|