Build using multiple cores

This commit is contained in:
Peter Šurda 2022-12-17 08:20:00 +08:00
parent 0677d2aef4
commit 65f2fd4a33
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 1 additions and 1 deletions

View File

@ -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