From f40391e2553c26c1ca61593c01435f18910342ef Mon Sep 17 00:00:00 2001 From: Mish Ushakov <10400064+mishushakov@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:42:22 +0100 Subject: [PATCH 1/2] added wireguard support --- configs/6.1.102.config | 3 ++- configs/6.1.158.config | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/6.1.102.config b/configs/6.1.102.config index 0da7109..412a54e 100644 --- a/configs/6.1.102.config +++ b/configs/6.1.102.config @@ -1635,7 +1635,8 @@ CONFIG_NETDEVICES=y CONFIG_NET_CORE=y # CONFIG_BONDING is not set # CONFIG_DUMMY is not set -# CONFIG_WIREGUARD is not set +CONFIG_WIREGUARD=y +CONFIG_WIREGUARD_DEBUG=n # CONFIG_EQUALIZER is not set # CONFIG_NET_TEAM is not set # CONFIG_MACVLAN is not set diff --git a/configs/6.1.158.config b/configs/6.1.158.config index 9cb4c9e..d57efcc 100644 --- a/configs/6.1.158.config +++ b/configs/6.1.158.config @@ -1635,7 +1635,8 @@ CONFIG_NETDEVICES=y CONFIG_NET_CORE=y # CONFIG_BONDING is not set # CONFIG_DUMMY is not set -# CONFIG_WIREGUARD is not set +CONFIG_WIREGUARD=y +CONFIG_WIREGUARD_DEBUG=n # CONFIG_EQUALIZER is not set # CONFIG_NET_TEAM is not set # CONFIG_MACVLAN is not set From d6d1790340e5ca16787ddfcc80f40b17d5cf4ab4 Mon Sep 17 00:00:00 2001 From: Mish Ushakov <10400064+mishushakov@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:34:15 +0100 Subject: [PATCH 2/2] comment out wireguard debug --- configs/6.1.102.config | 2 +- configs/6.1.158.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/6.1.102.config b/configs/6.1.102.config index 412a54e..2cbafae 100644 --- a/configs/6.1.102.config +++ b/configs/6.1.102.config @@ -1636,7 +1636,7 @@ CONFIG_NET_CORE=y # CONFIG_BONDING is not set # CONFIG_DUMMY is not set CONFIG_WIREGUARD=y -CONFIG_WIREGUARD_DEBUG=n +# CONFIG_WIREGUARD_DEBUG is not set # CONFIG_EQUALIZER is not set # CONFIG_NET_TEAM is not set # CONFIG_MACVLAN is not set diff --git a/configs/6.1.158.config b/configs/6.1.158.config index d57efcc..5a1f0cc 100644 --- a/configs/6.1.158.config +++ b/configs/6.1.158.config @@ -1636,7 +1636,7 @@ CONFIG_NET_CORE=y # CONFIG_BONDING is not set # CONFIG_DUMMY is not set CONFIG_WIREGUARD=y -CONFIG_WIREGUARD_DEBUG=n +# CONFIG_WIREGUARD_DEBUG is not set # CONFIG_EQUALIZER is not set # CONFIG_NET_TEAM is not set # CONFIG_MACVLAN is not set