From 6b054c6cef87644646a968bd6c3c2af3041960d9 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Wed, 11 Feb 2026 17:51:21 +0100 Subject: [PATCH] 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 --- net/openvpn/Config-mbedtls.in | 4 ---- net/openvpn/Config-openssl.in | 4 ---- net/openvpn/Config-wolfssl.in | 4 ---- 3 files changed, 12 deletions(-) diff --git a/net/openvpn/Config-mbedtls.in b/net/openvpn/Config-mbedtls.in index 8e2cd107a4..69f9670a8f 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 bae5fc647f..0ad3a69bca 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 0dd095a215..bad8e40a24 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