config FWRT_PACKAGE_OPENVPN prompt "openvpn........................... Open source VPN solution using SSL" tristate default m if CONFIG_DEVEL select FWRT_PACKAGE_KMOD_TUN help Open Source VPN solution using SSL http://openvpn.net/ Depends: kmod-tun, libpthread config FWRT_COMPILE_OPENVPN_WITH_SERVER prompt "server support.................. enable to use OpenVPN as server" bool default y depends FWRT_PACKAGE_OPENVPN config FWRT_COMPILE_OPENVPN_WITH_HTTP prompt "enable http proxy support....... allow tunneling through http-proxy" bool default y depends FWRT_PACKAGE_OPENVPN config FWRT_COMPILE_OPENVPN_WITH_OPENSSL prompt "enable openssl.................. encryption support" bool default y depends FWRT_PACKAGE_OPENVPN select FWRT_PACKAGE_LIBOPENSSL help if unsure say "y" you really want that! config FWRT_COMPILE_OPENVPN_WITH_LZO prompt "enable lzo...................... Enable transparent compression" bool default y depends FWRT_PACKAGE_OPENVPN select FWRT_PACKAGE_LIBLZO config FWRT_COMPILE_OPENVPN_WITH_PASSWORD_SAVE prompt "Enable password saving.......... allow to read passwords for PKCS12 from file" bool default y depends FWRT_PACKAGE_OPENVPN config FWRT_COMPILE_OPENVPN_WITH_SMALL prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list" bool default n depends FWRT_PACKAGE_OPENVPN config FWRT_PACKAGE_OPENVPN_EASY_RSA prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority" tristate default n select FWRT_PACKAGE_OPENSSL_UTIL depends on FWRT_PACKAGE_OPENVPN help collection of shell scripts to manage a simple CA infrastructure Depends: openpvn, openssl-util config FWRT_PACKAGE_OPENVPN_WEBIF prompt "OpenVPN webif................... a webif addon for OpenVPN" tristate default n depends on FWRT_PACKAGE_OPENVPN select FWRT_PACKAGE_WEBIF