12c35ba79ec986a8933d1fa294e865af96bf8980
[openwrt.git] / package / openvpn / Config.in
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
6 help
7 Open Source VPN solution using SSL
8
9 http://openvpn.net/
10
11 Depends: kmod-tun, libpthread, openssl
12
13
14 config BR2_PACKAGE_OPENVPN_SERVER
15 bool "Enable server support"
16 default y
17 depends BR2_PACKAGE_OPENVPN
18
19 config BR2_PACKAGE_OPENVPN_HTTP
20 bool "Enable http proxy support"
21 default y
22 depends BR2_PACKAGE_OPENVPN
23
24 config BR2_PACKAGE_OPENVPN_LZO
25 bool "Enable transparent compression (lzo)"
26 default y
27 depends BR2_PACKAGE_OPENVPN
28 select BR2_PACKAGE_LIBLZO
This page took 0.04747 seconds and 3 git commands to generate.