blob: 12c35ba79ec986a8933d1fa294e865af96bf8980 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
config BR2_PACKAGE_OPENVPN
tristate "openvpn - Open source VPN solution using SSL"
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
select BR2_PACKAGE_LIBOPENSSL
help
Open Source VPN solution using SSL
http://openvpn.net/
Depends: kmod-tun, libpthread, openssl
config BR2_PACKAGE_OPENVPN_SERVER
bool "Enable server support"
default y
depends BR2_PACKAGE_OPENVPN
config BR2_PACKAGE_OPENVPN_HTTP
bool "Enable http proxy support"
default y
depends BR2_PACKAGE_OPENVPN
config BR2_PACKAGE_OPENVPN_LZO
bool "Enable transparent compression (lzo)"
default y
depends BR2_PACKAGE_OPENVPN
select BR2_PACKAGE_LIBLZO
|