From 69a0c914fe3f2e3920bb7040e7c90fa990fe512e Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 2 May 2026 20:10:04 +0200 Subject: Kernel: T8147: use common WireGuard module in 10-networking.config --- scripts/package-build/linux-kernel/config/10-networking.config | 3 +++ scripts/package-build/linux-kernel/config/arm64/vyos_defconfig | 2 -- scripts/package-build/linux-kernel/config/x86/vyos_defconfig | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'scripts/package-build/linux-kernel') diff --git a/scripts/package-build/linux-kernel/config/10-networking.config b/scripts/package-build/linux-kernel/config/10-networking.config index 51ce7f75..62228fc8 100644 --- a/scripts/package-build/linux-kernel/config/10-networking.config +++ b/scripts/package-build/linux-kernel/config/10-networking.config @@ -126,3 +126,6 @@ CONFIG_NET_PTP_CLASSIFY=y CONFIG_NETFILTER=y CONFIG_NETFILTER_ADVANCED=y CONFIG_BRIDGE_NETFILTER=m + +CONFIG_WIREGUARD=m +# CONFIG_WIREGUARD_DEBUG is not set diff --git a/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig b/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig index 348cdd7d..36f1b16c 100644 --- a/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig +++ b/scripts/package-build/linux-kernel/config/arm64/vyos_defconfig @@ -2105,8 +2105,6 @@ CONFIG_MII=m CONFIG_NET_CORE=y CONFIG_BONDING=m CONFIG_DUMMY=m -CONFIG_WIREGUARD=m -# CONFIG_WIREGUARD_DEBUG is not set # CONFIG_EQUALIZER is not set # CONFIG_NET_FC is not set CONFIG_IFB=m diff --git a/scripts/package-build/linux-kernel/config/x86/vyos_defconfig b/scripts/package-build/linux-kernel/config/x86/vyos_defconfig index e27c8820..c1682248 100644 --- a/scripts/package-build/linux-kernel/config/x86/vyos_defconfig +++ b/scripts/package-build/linux-kernel/config/x86/vyos_defconfig @@ -2052,8 +2052,6 @@ CONFIG_MII=y CONFIG_NET_CORE=y CONFIG_BONDING=m CONFIG_DUMMY=m -CONFIG_WIREGUARD=m -# CONFIG_WIREGUARD_DEBUG is not set # CONFIG_EQUALIZER is not set # CONFIG_NET_FC is not set CONFIG_IFB=m -- cgit v1.2.3