1 menu "openvpn........................... Open source VPN solution using SSL"
3 config BR2_PACKAGE_OPENVPN
4 prompt "openvpn........................... Open source VPN solution using SSL"
6 default m if CONFIG_DEVEL
7 select BR2_PACKAGE_KMOD_TUN
9 Open Source VPN solution using SSL
13 Depends: kmod-tun, libpthread
15 config BR2_PACKAGE_OPENVPN_EASY_RSA
16 prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
18 default m if CONFIG_DEVEL
19 select BR2_PACKAGE_OPENSSL_UTIL
20 depends on BR2_PACKAGE_OPENVPN
22 collection of shell scripts to manage a simple CA infrastructure
24 Depends: openpvn, openssl-util
26 config BR2_COMPILE_OPENVPN_WITH_SERVER
27 prompt "Enable server support"
30 depends BR2_PACKAGE_OPENVPN
32 config BR2_COMPILE_OPENVPN_WITH_HTTP
33 prompt "Enable http proxy support"
36 depends BR2_PACKAGE_OPENVPN
38 config BR2_COMPILE_OPENVPN_WITH_OPENSSL
39 prompt "Enable openssl support"
42 depends BR2_PACKAGE_OPENVPN
43 select BR2_PACKAGE_LIBOPENSSL
45 config BR2_COMPILE_OPENVPN_WITH_LZO
46 prompt "Enable transparent compression (lzo)"
49 depends BR2_PACKAGE_OPENVPN
50 select BR2_PACKAGE_LIBLZO
52 config BR2_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
53 prompt "Enable password saving"
56 depends BR2_PACKAGE_OPENVPN
58 config BR2_COMPILE_OPENVPN_WITH_SMALL
59 prompt "Enable smaller executable size (disable OCC, usage message, and verb 4 parm list)"
62 depends BR2_PACKAGE_OPENVPN