1 config BR2_PACKAGE_OPENVPN
3 depends on BR2_USE_MMU # fork()
4 select BR2_PACKAGE_OPENSSL
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.
15 if BR2_PACKAGE_OPENVPN
17 config BR2_PACKAGE_OPENVPN_LZO
18 bool "LZO compression"
20 select BR2_PACKAGE_LZO
22 Enable LZO compression.
24 config BR2_PACKAGE_OPENVPN_SMALL
25 bool "Optimize for small size"
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.