Reduce build verbosity

This commit is contained in:
Peter Šurda 2022-12-18 12:00:03 +08:00
parent efc354d190
commit e9a4eae2ac
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 1 additions and 1 deletions

View File

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