forked from Sysdeploy/openwrt
Reduce build verbosity
This commit is contained in:
parent
efc354d190
commit
e9a4eae2ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user