2005-11-05 02:16:36 +00:00
|
|
|
menu "openvpn........................... Open source VPN solution using SSL"
|
|
|
|
|
2005-03-06 03:34:52 +00:00
|
|
|
config BR2_PACKAGE_OPENVPN
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "openvpn........................... Open source VPN solution using SSL"
|
|
|
|
tristate
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 03:34:52 +00:00
|
|
|
select BR2_PACKAGE_KMOD_TUN
|
|
|
|
help
|
|
|
|
Open Source VPN solution using SSL
|
2005-04-09 14:21:54 +00:00
|
|
|
|
2005-03-06 03:34:52 +00:00
|
|
|
http://openvpn.net/
|
2005-04-09 14:21:54 +00:00
|
|
|
|
2006-02-10 21:32:10 +00:00
|
|
|
Depends: kmod-tun, libpthread
|
2005-04-03 21:36:01 +00:00
|
|
|
|
2006-05-19 13:14:02 +00:00
|
|
|
config BR2_PACKAGE_OPENVPN_EASY_RSA
|
|
|
|
prompt "openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_PACKAGE_OPENSSL_UTIL
|
|
|
|
depends on BR2_PACKAGE_OPENVPN
|
|
|
|
help
|
|
|
|
collection of shell scripts to manage a simple CA infrastructure
|
|
|
|
|
|
|
|
Depends: openpvn, openssl-util
|
|
|
|
|
2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_OPENVPN_WITH_SERVER
|
|
|
|
prompt "Enable server support"
|
|
|
|
bool
|
2005-04-03 21:36:01 +00:00
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
|
|
|
|
2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_OPENVPN_WITH_HTTP
|
|
|
|
prompt "Enable http proxy support"
|
|
|
|
bool
|
2005-09-08 07:49:20 +00:00
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
|
|
|
|
2006-02-10 21:32:10 +00:00
|
|
|
config BR2_COMPILE_OPENVPN_WITH_OPENSSL
|
|
|
|
prompt "Enable openssl support"
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
|
2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_OPENVPN_WITH_LZO
|
|
|
|
prompt "Enable transparent compression (lzo)"
|
|
|
|
bool
|
2005-04-03 21:36:01 +00:00
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
2005-05-14 20:21:34 +00:00
|
|
|
select BR2_PACKAGE_LIBLZO
|
2005-11-05 02:16:36 +00:00
|
|
|
|
2006-02-28 07:31:29 +00:00
|
|
|
config BR2_COMPILE_OPENVPN_WITH_PASSWORD_SAVE
|
|
|
|
prompt "Enable password saving"
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
|
|
|
|
|
|
|
config BR2_COMPILE_OPENVPN_WITH_SMALL
|
|
|
|
prompt "Enable smaller executable size (disable OCC, usage message, and verb 4 parm list)"
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_OPENVPN
|
|
|
|
|
2005-11-05 02:16:36 +00:00
|
|
|
endmenu
|