From efc354d190b99f89f770c8127d407bcd24165c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Sun, 18 Dec 2022 11:58:25 +0800 Subject: [PATCH] Add verbosity to build process --- .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 089a81e..74b1597 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) +make -j $(nproc) V=sc find ~ -type d -name bin find bin