Skip to content

Commit

Permalink
Fix hung issue when installing linux kernel modules (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Nov 16, 2021
1 parent 6f1a0ea commit 70e6491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/build_and_install_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ function build_and_install_kmodule()
grep NET_TEAM .config.bk >> .config
echo CONFIG_NET_VRF=m >> .config
echo CONFIG_MACSEC=m >> .config
echo CONFIG_NET_VENDOR_MICROSOFT=y >> .config
echo CONFIG_MICROSOFT_MANA=m >> .config
echo CONFIG_SYSTEM_REVOCATION_LIST=n >> .config
make VERSION=$VERSION PATCHLEVEL=$PATCHLEVEL SUBLEVEL=$SUBLEVEL EXTRAVERSION=-${EXTRAVERSION} LOCALVERSION=-${LOCALVERSION} modules_prepare
make M=drivers/net/team
Expand Down

0 comments on commit 70e6491

Please sign in to comment.