From e9a4eae2acda947c869973c03a63ea68ef2b2c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Sun, 18 Dec 2022 12:00:03 +0800 Subject: [PATCH] Reduce build verbosity --- .buildbot/openwrt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 74b1597..a8b7077 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -11,7 +11,7 @@ git checkout tags/20.03.2 #wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config cp ../config.buildinfo .config make defconfig -make -j $(nproc) V=sc +make -j $(nproc) V=w find ~ -type d -name bin find bin