[package] openssh: add ESSENTIAL_PROCESSES
[openwrt/svn-archive/archive.git] / net / openvpn-devel / Config-polarssl.in
1 menu "Configuration"
2 depends on PACKAGE_openvpn-devel-polarssl
3
4 config OPENVPN_DEVEL_polarssl_ENABLE_LZO
5 bool "Enable LZO compression support"
6 default y
7
8 #config OPENVPN_DEVEL_polarssl_ENABLE_CRYPTO
9 # bool "Enable crypto support"
10 # default y
11
12 #config OPENVPN_DEVEL_polarssl_ENABLE_SSL
13 # bool "Enable SSL support for TLS-based key exchange"
14 # default y
15
16 config OPENVPN_DEVEL_polarssl_ENABLE_X509_ALT_USERNAME
17 bool "Enable the --x509-username-field feature"
18 default n
19
20 config OPENVPN_DEVEL_polarssl_ENABLE_SERVER
21 bool "Enable server support (otherwise only client mode is support)"
22 default y
23
24 #config OPENVPN_DEVEL_polarssl_ENABLE_EUREPHIA
25 # bool "Enable support for the eurephia plug-in"
26 # default n
27
28 config OPENVPN_DEVEL_polarssl_ENABLE_MANAGEMENT
29 bool "Enable management server support"
30 default n
31
32 #config OPENVPN_DEVEL_polarssl_ENABLE_PKCS11
33 # bool "Enable pkcs11 support"
34 # default n
35
36 config OPENVPN_DEVEL_polarssl_ENABLE_HTTP
37 bool "Enable HTTP proxy support"
38 default y
39
40 config OPENVPN_DEVEL_polarssl_ENABLE_SOCKS
41 bool "Enable SOCKS proxy support"
42 default y
43
44 config OPENVPN_DEVEL_polarssl_ENABLE_FRAGMENT
45 bool "Enable internal fragmentation support (--fragment)"
46 default y
47
48 config OPENVPN_DEVEL_polarssl_ENABLE_MULTIHOME
49 bool "Enable multi-homed UDP server support (--multihome)"
50 default y
51
52 config OPENVPN_DEVEL_polarssl_ENABLE_PORT_SHARE
53 bool "Enable TCP server port-share support (--port-share)"
54 default y
55
56 config OPENVPN_DEVEL_polarssl_ENABLE_DEF_AUTH
57 bool "Enable deferred authentication"
58 default y
59
60 config OPENVPN_DEVEL_polarssl_ENABLE_PF
61 bool "Enable internal packet filter"
62 default y
63
64 config OPENVPN_DEVEL_polarssl_ENABLE_IPROUTE2
65 bool "Enable support for iproute2"
66 default n
67
68 endmenu