1 config BR2_PACKAGE_OPENVPN
2 tristate "openvpn - Open source VPN solution using SSL"
3 default m if CONFIG_DEVEL
4 select BR2_PACKAGE_KMOD_TUN
5 select BR2_PACKAGE_LIBOPENSSL
7 Open Source VPN solution using SSL
11 Depends: kmod-tun, libpthread, openssl
14 config BR2_PACKAGE_OPENVPN_SERVER
15 bool "Enable server support"
17 depends BR2_PACKAGE_OPENVPN
19 config BR2_PACKAGE_OPENVPN_HTTP
20 bool "Enable http proxy support"
22 depends BR2_PACKAGE_OPENVPN
24 config BR2_PACKAGE_OPENVPN_LZO
25 bool "Enable transparent compression (lzo)"
27 depends BR2_PACKAGE_OPENVPN
28 select BR2_PACKAGE_LIBLZO