config BR2_PACKAGE_OPENVPN
tristate "OpenVPN"
- default m
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
select BR2_PACKAGE_OPENSSL
help
Open Source VPN solution using SSL
-
+
http://openvpn.net/
+
+ Depends: kmod-tun, libpthread, openssl
+
config BR2_PACKAGE_OPENVPN_SERVER
bool "Enable server support"