Skip to content

Commit 65bb160

Browse files
authored
Fix the option missing in kernel config issue (#541)
Fix the option missing in kernel config issue The installing module step will hang forever before the issue fixed.
1 parent da7a037 commit 65bb160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/build_and_install_module.sh

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function build_and_install_kmodule()
5050
echo CONFIG_MACSEC=m >> .config
5151
echo CONFIG_NET_VENDOR_MICROSOFT=y >> .config
5252
echo CONFIG_MICROSOFT_MANA=m >> .config
53+
echo CONFIG_SYSTEM_REVOCATION_LIST=n >> .config
5354
make VERSION=$VERSION PATCHLEVEL=$PATCHLEVEL SUBLEVEL=$SUBLEVEL EXTRAVERSION=-${EXTRAVERSION} LOCALVERSION=-${LOCALVERSION} modules_prepare
5455
make M=drivers/net/team
5556
mv drivers/net/Makefile drivers/net/Makefile.bak

0 commit comments

Comments
 (0)