From 65f2fd4a33a6f342b5132dcbdcff9dc10ce54f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Sat, 17 Dec 2022 08:20:00 +0800 Subject: [PATCH] Build using multiple cores --- .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 c3ddae1..19da676 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -8,7 +8,7 @@ cd openwrt wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config make defconfig -make +make -j $(nproc) find ~ -type d -name bin find bin