upgrade kernel, quagga and openvpn, add licensing info to diag module, fix up jffs2
[openwrt.git] / package / openvpn / Config.in
1 config BR2_PACKAGE_OPENVPN
2         tristate "OpenVPN"
3         default m
4         select BR2_PACKAGE_KMOD_TUN
5         select BR2_PACKAGE_LIBPTHREAD
6         select BR2_PACKAGE_OPENSSL
7         help
8           Open Source VPN solution using SSL
9           
10           http://openvpn.net/
11           
12           Depends: kmod-tun, libpthread, openssl
13           
14
15 config BR2_PACKAGE_OPENVPN_SERVER
16         bool "Enable server support"
17         default y
18         depends BR2_PACKAGE_OPENVPN
19
20 config BR2_PACKAGE_OPENVPN_LZO
21         bool "Enable transparent compression (lzo)"
22         default y
23         depends BR2_PACKAGE_OPENVPN
24         select BR2_PACKAGE_LZO