From 80c019c0b3877a71f138ca8c97418a14eb4a0bae Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Tue, 21 Nov 2023 20:12:26 +0200 Subject: [PATCH] Increase the verbosity for kernel-custom build --- .buildbot/openwrt/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 60c1996..6dc8343 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -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