Skip to content

Commit

Permalink
include CONFIG_NET=y
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Jan 22, 2025
1 parent 1fd51bb commit 253b26e
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 @@ -47,6 +47,7 @@ function build_and_install_kmodule()
mv .config .config.bk
cp /boot/config-$(uname -r) .config
grep NET_TEAM .config.bk >> .config
echo CONFIG_NET=y >> .config
echo CONFIG_NET_VRF=m >> .config
echo CONFIG_MACSEC=m >> .config
echo CONFIG_NET_VENDOR_MICROSOFT=y >> .config
Expand Down

0 comments on commit 253b26e

Please sign in to comment.