packages/net/openvpn/Config.in
jow e1771f0c09 [packages] openvpn: remove menuconfig options for --enable-password-save, it makes no sense to have this disabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-16 01:12:22 +00:00

80 lines
1.8 KiB
Plaintext

menu "Configuration"
depends on PACKAGE_openvpn
config OPENVPN_DISABLE_LZO
bool "Disable LZO compression support"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_CRYPTO
bool "Disable OpenSSL crypto support"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_SSL
bool "Disable OpenSSL SSL support for TLS-based key exchange"
depends on PACKAGE_openvpn
default n
config OPENVPN_X509_ALT_USERNAME
bool "Enable the --x509-username-field feature"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_MULTI
bool "Disable client/server support (--mode server + client mode)"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_SERVER
bool "Disable server support only (but retain client support)"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_EUREPHIA
bool "Disable support for the eurephia plug-in"
depends on PACKAGE_openvpn
default y
config OPENVPN_DISABLE_MANAGEMENT
bool "Disable management server support"
depends on PACKAGE_openvpn
default y
config OPENVPN_DISABLE_PKCS11
bool "Disable pkcs11 support"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_HTTP
bool "Disable HTTP proxy support"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_FRAGMENT
bool "Disable internal fragmentation support (--fragment)"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_MULTIHOME
bool "Disable multi-homed UDP server support (--multihome)"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_PORT_SHARE
bool "Disable TCP server port-share support (--port-share)"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_DEF_AUTH
bool "Disable deferred authentication"
depends on PACKAGE_openvpn
default n
config OPENVPN_DISABLE_PF
bool "Disable internal packet filter"
depends on PACKAGE_openvpn
default n
endmenu