2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_OPENVPN
|
2005-09-08 10:49:20 +03:00
|
|
|
tristate "openvpn - Open source VPN solution using SSL"
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 05:34:52 +02:00
|
|
|
select BR2_PACKAGE_KMOD_TUN
|
2005-05-22 13:07:40 +03:00
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
2005-03-06 05:34:52 +02:00
|
|
|
help
|
|
|
|
Open Source VPN solution using SSL
|
2005-04-09 17:21:54 +03:00
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
http://openvpn.net/
|
2005-04-09 17:21:54 +03:00
|
|
|
|
|
|
|
Depends: kmod-tun, libpthread, openssl
|
|
|
|
|
2005-04-04 00:36:01 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENVPN_SERVER
|
|
|
|
bool "Enable server support"
|
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
|
|
|
|
2005-09-08 10:49:20 +03:00
|
|
|
config BR2_PACKAGE_OPENVPN_HTTP
|
|
|
|
bool "Enable http proxy support"
|
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
|
|
|
|
2005-04-04 00:36:01 +03:00
|
|
|
config BR2_PACKAGE_OPENVPN_LZO
|
|
|
|
bool "Enable transparent compression (lzo)"
|
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
2005-05-14 23:21:34 +03:00
|
|
|
select BR2_PACKAGE_LIBLZO
|