forked from Sysdeploy/openwrt
Build using multiple cores
This commit is contained in:
parent
0677d2aef4
commit
65f2fd4a33
|
@ -8,7 +8,7 @@ cd openwrt
|
||||||
|
|
||||||
wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
||||||
make defconfig
|
make defconfig
|
||||||
make
|
make -j $(nproc)
|
||||||
|
|
||||||
find ~ -type d -name bin
|
find ~ -type d -name bin
|
||||||
find bin
|
find bin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user