Skip to content

Commit 1e3a532

Browse files
authored
Fix config prompt question issue (sonic-net#1799)
1 parent a3bc89b commit 1e3a532

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
make VERSION=$VERSION PATCHLEVEL=$PATCHLEVEL SUBLEVEL=$SUBLEVEL EXTRAVERSION=-${EXTRAVERSION} LOCALVERSION=-${LOCALVERSION} modules_prepare
5254
make M=drivers/net/team
5355
mv drivers/net/Makefile drivers/net/Makefile.bak

0 commit comments

Comments
 (0)