Skip to content

Commit 70e6491

Browse files
authored
Fix hung issue when installing linux kernel modules (#969)
1 parent 6f1a0ea commit 70e6491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/build_and_install_module.sh

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ function build_and_install_kmodule()
4848
grep NET_TEAM .config.bk >> .config
4949
echo CONFIG_NET_VRF=m >> .config
5050
echo CONFIG_MACSEC=m >> .config
51+
echo CONFIG_NET_VENDOR_MICROSOFT=y >> .config
52+
echo CONFIG_MICROSOFT_MANA=m >> .config
5153
echo CONFIG_SYSTEM_REVOCATION_LIST=n >> .config
5254
make VERSION=$VERSION PATCHLEVEL=$PATCHLEVEL SUBLEVEL=$SUBLEVEL EXTRAVERSION=-${EXTRAVERSION} LOCALVERSION=-${LOCALVERSION} modules_prepare
5355
make M=drivers/net/team

0 commit comments

Comments
 (0)