From 253b26e8840db167cf0048fa99f5f476ecf270d3 Mon Sep 17 00:00:00 2001 From: Junhua Zhai Date: Wed, 22 Jan 2025 13:07:51 +0000 Subject: [PATCH] include CONFIG_NET=y --- .azure-pipelines/build_and_install_module.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/build_and_install_module.sh b/.azure-pipelines/build_and_install_module.sh index 35c519634..2c935eeae 100755 --- a/.azure-pipelines/build_and_install_module.sh +++ b/.azure-pipelines/build_and_install_module.sh @@ -47,6 +47,7 @@ function build_and_install_kmodule() mv .config .config.bk cp /boot/config-$(uname -r) .config grep NET_TEAM .config.bk >> .config + echo CONFIG_NET=y >> .config echo CONFIG_NET_VRF=m >> .config echo CONFIG_MACSEC=m >> .config echo CONFIG_NET_VENDOR_MICROSOFT=y >> .config