comment "openvpn needs a toolchain w/ IPv6"
depends on !BR2_INET_IPV6
config BR2_PACKAGE_OPENVPN
depends on BR2_USE_MMU # fork()
OpenVPN is a full-featured SSL VPN solution which can
accomodate a wide range of configurations, including road
warrior access, home/office/campus telecommuting, WiFi
security, secure branch office linking, and enterprise-scale
remote access solutions with load balancing, failover, and
fine-grained access-controls.
config BR2_PACKAGE_OPENVPN_LZO
config BR2_PACKAGE_OPENVPN_SMALL
bool "Optimize for small size"
Make OpenVPN as small as possible.
You loose eurephia, debugging info, help messages and more.
It saves around 100 KiB in binary file size.
default BR2_PACKAGE_OPENVPN_CRYPTO_OPENSSL
Select the cryptographic library to use.
config BR2_PACKAGE_OPENVPN_CRYPTO_OPENSSL
select BR2_PACKAGE_OPENSSL
Enable TLS-based key exchange and OpenSSL crypto support.
config BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL
select BR2_PACKAGE_POLARSSL
Enable TLS-based key exchange and PolarSSL crypto support.