From 99ff47084708a3803ca5cd08a727545bdce4cae7 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 18 Oct 2022 12:55:59 +0200 Subject: [PATCH] sys-kernel/coreos-modules: make wireguard a module The wireguard module has some crypto dependencies, we benefit from making them all modules so that they don't increase the arm64 kernel size. --- .../sys-kernel/coreos-modules/files/commonconfig-5.15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.15 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.15 index 8d56fa17dd..5b40d02f61 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.15 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.15 @@ -941,7 +941,7 @@ CONFIG_VSOCKETS=m CONFIG_VXGE=m CONFIG_VXLAN=m CONFIG_WATCHDOG=y -CONFIG_WIREGUARD=y +CONFIG_WIREGUARD=m # CONFIG_WIRELESS is not set # CONFIG_WLAN is not set CONFIG_XEN=y