Skip to content

Commit 253b26e

Browse files
committed
include CONFIG_NET=y
1 parent 1fd51bb commit 253b26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/build_and_install_module.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function build_and_install_kmodule()
4747
mv .config .config.bk
4848
cp /boot/config-$(uname -r) .config
4949
grep NET_TEAM .config.bk >> .config
50+
echo CONFIG_NET=y >> .config
5051
echo CONFIG_NET_VRF=m >> .config
5152
echo CONFIG_MACSEC=m >> .config
5253
echo CONFIG_NET_VENDOR_MICROSOFT=y >> .config

0 commit comments

Comments
 (0)