python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / openvpn / Config.in
blob5fa191d97bda104062ec2467c3644ffcf83d7b98
1 config BR2_PACKAGE_OPENVPN
2         bool "openvpn"
3         depends on BR2_USE_MMU # fork()
4         select BR2_PACKAGE_OPENSSL
5         help
6           OpenVPN is a full-featured SSL VPN solution which can
7           accomodate a wide range of configurations, including road
8           warrior access, home/office/campus telecommuting, WiFi
9           security, secure branch office linking, and enterprise-scale
10           remote access solutions with load balancing, failover, and
11           fine-grained access-controls.
13           http://openvpn.net/
15 if BR2_PACKAGE_OPENVPN
17 config BR2_PACKAGE_OPENVPN_LZO
18         bool "LZO compression"
19         default y
20         select BR2_PACKAGE_LZO
21         help
22           Enable LZO compression.
24 config BR2_PACKAGE_OPENVPN_SMALL
25         bool "Optimize for small size"
26         help
27           Make OpenVPN as small as possible.
28           You loose eurephia, debugging info, help messages and more.
29           It saves around 100 KiB in binary file size.
31 endif