Increase the verbosity for kernel-custom build

This commit is contained in:
Lee Miller 2023-11-21 20:12:26 +02:00
parent 479052dd59
commit c68f4ed285
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ make package/nvme-cli/compile
make package/ansible-core/compile
make package/asterisk-chan-quectel/compile
make $MAKEOPTS package/collectd/compile
make $MAKEOPTS package/kernel-custom/compile
# FIXME: need to extend the regexp for errors
make $MAKEOPTS V=s package/kernel-custom/compile 2>&1 | grep '^make'
sdkdir=$(pwd)
cd ${pwd}