Skip to content

Commit

Permalink
Fix the option missing in kernel config issue (sonic-net#1888)
Browse files Browse the repository at this point in the history
What I did
Fix the option missing in kernel config issue
The installing module step will hang forever before the issue fixed.
  • Loading branch information
xumia authored Oct 21, 2021
1 parent 6595ad4 commit 9017d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/build_and_install_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function build_and_install_kmodule()
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
mv drivers/net/Makefile drivers/net/Makefile.bak
Expand Down

0 comments on commit 9017d99

Please sign in to comment.