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