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