How to enable verbose output while compiling OpenWRT
You will see verbose output (compiler calls etc) during an OpenWRT build if you call make
with the V=s
flag:
make V=s
You will see verbose output (compiler calls etc) during an OpenWRT build if you call make
with the V=s
flag:
make V=s