convert bridge to new packaging style
[openwrt/svn-archive/archive.git] / openwrt / package / openvpn / Config.in
1 config BR2_PACKAGE_OPENVPN
2 tristate "OpenVPN"
3 default m if CONFIG_DEVEL
4 select BR2_PACKAGE_KMOD_TUN
5 select BR2_PACKAGE_OPENSSL
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_LZO
20 bool "Enable transparent compression (lzo)"
21 default y
22 depends BR2_PACKAGE_OPENVPN
23 select BR2_PACKAGE_LZO