[packages] openvpn: fix lzo dependency and rename config options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_openvpn
|
||||
|
||||
config OPENVPN_LZO
|
||||
config OPENVPN_DISABLE_LZO
|
||||
bool "Disable LZO compression support"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_CRYPTO
|
||||
config OPENVPN_DISABLE_CRYPTO
|
||||
bool "Disable OpenSSL crypto support"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_SSL
|
||||
config OPENVPN_DISABLE_SSL
|
||||
bool "Disable OpenSSL SSL support for TLS-based key exchange"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
@ -21,47 +21,47 @@ config OPENVPN_X509_ALT_USERNAME
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_MULTI
|
||||
config OPENVPN_DISABLE_MULTI
|
||||
bool "Disable client/server support (--mode server + client mode)"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_SERVER
|
||||
config OPENVPN_DISABLE_SERVER
|
||||
bool "Disable server support only (but retain client support)"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_EUREPHIA
|
||||
config OPENVPN_DISABLE_EUREPHIA
|
||||
bool "Disable support for the eurephia plug-in"
|
||||
depends on PACKAGE_openvpn
|
||||
default y
|
||||
|
||||
config OPENVPN_MANAGEMENT
|
||||
config OPENVPN_DISABLE_MANAGEMENT
|
||||
bool "Disable management server support"
|
||||
depends on PACKAGE_openvpn
|
||||
default y
|
||||
|
||||
config OPENVPN_PKCS11
|
||||
config OPENVPN_DISABLE_PKCS11
|
||||
bool "Disable pkcs11 support"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_HTTP
|
||||
config OPENVPN_DISABLE_HTTP
|
||||
bool "Disable HTTP proxy support"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_FRAGMENT
|
||||
config OPENVPN_DISABLE_FRAGMENT
|
||||
bool "Disable internal fragmentation support (--fragment)"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_MULTIHOME
|
||||
config OPENVPN_DISABLE_MULTIHOME
|
||||
bool "Disable multi-homed UDP server support (--multihome)"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_PORT_SHARE
|
||||
config OPENVPN_DISABLE_PORT_SHARE
|
||||
bool "Disable TCP server port-share support (--port-share)"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
@ -71,12 +71,12 @@ config OPENVPN_ENABLE_PASSWORD_SAVE
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_DEF_AUTH
|
||||
config OPENVPN_DISABLE_DEF_AUTH
|
||||
bool "Disable deferred authentication"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
||||
config OPENVPN_PF
|
||||
config OPENVPN_DISABLE_PF
|
||||
bool "Disable internal packet filter"
|
||||
depends on PACKAGE_openvpn
|
||||
default n
|
||||
|
Reference in New Issue
Block a user