Add verbosity to build process

This commit is contained in:
Peter Šurda 2022-12-18 11:58:25 +08:00
parent 6e921a5800
commit efc354d190
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)
make -j $(nproc) V=sc
find ~ -type d -name bin
find bin