Skip to content

Commit

Permalink
Fix config prompt question issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Jun 23, 2021
1 parent a3bc89b commit 5264dcf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .azure-pipelines/build_and_install_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ function build_and_install_kmodule()

# Build the Linux kernel module drivers/net/team and vrf
cd $(find . -maxdepth 1 -type d | grep -v "^.$")
make allmodconfig
mv .config .config.bk
cp /boot/config-$(uname -r) .config
grep NET_TEAM .config.bk >> .config
echo CONFIG_NET_VRF=m >> .config
echo CONFIG_MACSEC=m >> .config
make allmodconfig
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 5264dcf

Please sign in to comment.