mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
openvpn: enable DCO by default
Enable the DCO option by default in the openvpn package to allow for better performance and have a use case for kmod-ovpn-dco-v2 :-) Signed-off-by: Dennis Camera <dennis.camera+openwrt@riiengineering.ch>
This commit is contained in:
committed by
Josef Schlehofer
parent
4e80b8dbba
commit
11e17a3ed6
@@ -35,7 +35,7 @@ config OPENVPN_mbedtls_ENABLE_IPROUTE2
|
||||
config OPENVPN_mbedtls_ENABLE_DCO
|
||||
depends on !OPENVPN_mbedtls_ENABLE_IPROUTE2
|
||||
bool "Enable support for data channel offload"
|
||||
default n if OPENVPN_mbedtls_ENABLE_IPROUTE2
|
||||
default y if !OPENVPN_mbedtls_ENABLE_IPROUTE2
|
||||
help
|
||||
enable data channel offload support
|
||||
using the ovpn-dco-v2 kernel module
|
||||
|
||||
@@ -39,7 +39,7 @@ config OPENVPN_openssl_ENABLE_IPROUTE2
|
||||
config OPENVPN_openssl_ENABLE_DCO
|
||||
depends on !OPENVPN_openssl_ENABLE_IPROUTE2
|
||||
bool "Enable support for data channel offload"
|
||||
default n if OPENVPN_openssl_ENABLE_IPROUTE2
|
||||
default y if !OPENVPN_openssl_ENABLE_IPROUTE2
|
||||
help
|
||||
enable data channel offload support
|
||||
using the ovpn-dco-v2 kernel module
|
||||
|
||||
@@ -44,7 +44,7 @@ config OPENVPN_wolfssl_ENABLE_IPROUTE2
|
||||
config OPENVPN_wolfssl_ENABLE_DCO
|
||||
depends on !OPENVPN_wolfssl_ENABLE_IPROUTE2
|
||||
bool "Enable support for data channel offload"
|
||||
default n if OPENVPN_openssl_ENABLE_IPROUTE2
|
||||
default y if !OPENVPN_wolfssl_ENABLE_IPROUTE2
|
||||
select WOLFSSL_HAS_OPENVPN
|
||||
help
|
||||
enable data channel offload support
|
||||
|
||||
Reference in New Issue
Block a user