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:

example.sh
make V=s

 


Check out similar posts by category: OpenWRT