| 1 |
config FWRT_PACKAGE_OPENVPN |
| 2 |
prompt "openvpn........................... Open source VPN solution using SSL" |
| 3 |
tristate |
| 4 |
default n |
| 5 |
select FWRT_PACKAGE_KMOD_TUN |
| 6 |
help |
| 7 |
Open Source VPN solution using SSL |
| 8 |
|
| 9 |
http://openvpn.net/ |
| 10 |
|
| 11 |
Depends: kmod-tun, libpthread |
| 12 |
|
| 13 |
config FWRT_COMPILE_OPENVPN_WITH_SERVER |
| 14 |
prompt "server support.................. enable to use OpenVPN as server" |
| 15 |
bool |
| 16 |
default y |
| 17 |
depends FWRT_PACKAGE_OPENVPN |
| 18 |
|
| 19 |
config FWRT_COMPILE_OPENVPN_WITH_MANAGEMENT |
| 20 |
prompt "enable management............... Enable management interface" |
| 21 |
bool |
| 22 |
default n |
| 23 |
depends FWRT_COMPILE_OPENVPN_WITH_SERVER |
| 24 |
|
| 25 |
config FWRT_COMPILE_OPENVPN_WITH_HTTP |
| 26 |
prompt "enable http proxy support....... allow tunneling through http-proxy" |
| 27 |
bool |
| 28 |
default y |
| 29 |
depends FWRT_PACKAGE_OPENVPN |
| 30 |
|
| 31 |
config FWRT_COMPILE_OPENVPN_WITH_OPENSSL |
| 32 |
prompt "enable openssl.................. encryption support" |
| 33 |
bool |
| 34 |
default y |
| 35 |
depends FWRT_PACKAGE_OPENVPN |
| 36 |
select FWRT_PACKAGE_LIBOPENSSL |
| 37 |
help |
| 38 |
if unsure say "y" you really want that! |
| 39 |
|
| 40 |
config FWRT_COMPILE_OPENVPN_WITH_LZO |
| 41 |
prompt "enable lzo...................... Enable transparent compression" |
| 42 |
bool |
| 43 |
default y |
| 44 |
depends FWRT_PACKAGE_OPENVPN |
| 45 |
select FWRT_PACKAGE_LIBLZO |
| 46 |
|
| 47 |
config FWRT_COMPILE_OPENVPN_WITH_PASSWORD_SAVE |
| 48 |
prompt "Enable password saving.......... allow to read passwords for PKCS12 from file" |
| 49 |
bool |
| 50 |
default y |
| 51 |
depends FWRT_PACKAGE_OPENVPN |
| 52 |
|
| 53 |
config FWRT_COMPILE_OPENVPN_WITH_SMALL |
| 54 |
prompt "Reduce executable size.......... disable OCC, usage message, and verb 4 parm list" |
| 55 |
bool |
| 56 |
default n |
| 57 |
depends FWRT_PACKAGE_OPENVPN |
| 58 |
|
| 59 |
config FWRT_PACKAGE_OPENVPN_EASY_RSA |
| 60 |
prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority" |
| 61 |
tristate |
| 62 |
default n |
| 63 |
select FWRT_PACKAGE_OPENSSL_UTIL |
| 64 |
depends FWRT_PACKAGE_OPENVPN |
| 65 |
help |
| 66 |
collection of shell scripts to manage a simple CA infrastructure |
| 67 |
|
| 68 |
Depends: openpvn, openssl-util |