From: Paul Donald Date: Wed, 11 Feb 2026 16:51:21 +0000 (+0100) Subject: openvpn: drop unused eurephia X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6b054c6cef87644646a968bd6c3c2af3041960d9;p=openwrt-packages.git openvpn: drop unused eurephia This plugin has not seen updates to keep it synchronised with recent openvpn, nor any updates in the last several years. It relies on the SHA1 algo which is deprecated, and iptables. ovpn has its own management interface. Signed-off-by: Paul Donald https://github.com/openwrt/packages/pull/28533 --- diff --git a/net/openvpn/Config-mbedtls.in b/net/openvpn/Config-mbedtls.in index 8e2cd107a..69f9670a8 100644 --- a/net/openvpn/Config-mbedtls.in +++ b/net/openvpn/Config-mbedtls.in @@ -8,10 +8,6 @@ config OPENVPN_mbedtls_ENABLE_LZ4 bool "Enable LZ4 compression support" default n -#config OPENVPN_mbedtls_ENABLE_EUREPHIA -# bool "Enable support for the eurephia plug-in" -# default n - config OPENVPN_mbedtls_ENABLE_MANAGEMENT bool "Enable management server support" default y diff --git a/net/openvpn/Config-openssl.in b/net/openvpn/Config-openssl.in index bae5fc647..0ad3a69bc 100644 --- a/net/openvpn/Config-openssl.in +++ b/net/openvpn/Config-openssl.in @@ -12,10 +12,6 @@ config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME bool "Enable the --x509-username-field feature" default n -#config OPENVPN_openssl_ENABLE_EUREPHIA -# bool "Enable support for the eurephia plug-in" -# default n - config OPENVPN_openssl_ENABLE_MANAGEMENT bool "Enable management server support" default y diff --git a/net/openvpn/Config-wolfssl.in b/net/openvpn/Config-wolfssl.in index 0dd095a21..bad8e40a2 100644 --- a/net/openvpn/Config-wolfssl.in +++ b/net/openvpn/Config-wolfssl.in @@ -17,10 +17,6 @@ config OPENVPN_wolfssl_ENABLE_X509_ALT_USERNAME bool "Enable the --x509-username-field feature" default n -#config OPENVPN_wolfssl_ENABLE_EUREPHIA -# bool "Enable support for the eurephia plug-in" -# default n - config OPENVPN_wolfssl_ENABLE_MANAGEMENT bool "Enable management server support" default y