forked from Sysdeploy/openwrt
Add verbosity to build process
This commit is contained in:
parent
6e921a5800
commit
efc354d190
|
@ -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
|
#wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
||||||
cp ../config.buildinfo .config
|
cp ../config.buildinfo .config
|
||||||
make defconfig
|
make defconfig
|
||||||
make -j $(nproc)
|
make -j $(nproc) V=sc
|
||||||
|
|
||||||
find ~ -type d -name bin
|
find ~ -type d -name bin
|
||||||
find bin
|
find bin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user