diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-02 20:10:04 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-05-03 20:34:37 +0200 |
| commit | 69a0c914fe3f2e3920bb7040e7c90fa990fe512e (patch) | |
| tree | d03976daed35f3741f50e3d4856f3216199b853f /scripts/package-build/linux-kernel/config | |
| parent | 5a2c894fcabef4718d6f55b163fc0f250ecec5a0 (diff) | |
| download | vyos-build-69a0c914fe3f2e3920bb7040e7c90fa990fe512e.tar.gz vyos-build-69a0c914fe3f2e3920bb7040e7c90fa990fe512e.zip | |
Kernel: T8147: use common WireGuard module in 10-networking.config
Diffstat (limited to 'scripts/package-build/linux-kernel/config')
3 files changed, 3 insertions, 4 deletions
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 |
