Increase the verbosity for kernel-custom build

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

View File

@ -44,7 +44,8 @@ make defconfig
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
make package/i2c-tools/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'
make package/kmod-i2c-mux-pinctrl/compile
make package/kmod-rtc-pcf85063/compile
make package/nvme-cli/compile