Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why openwrt use "V=s" in command line

Which is discribed in the openwrt wiki

To build the OpenWRT tarball

cd attitude_adjustment
make V=s

http://wiki.openwrt.org/doc/howto/easy.build

like image 969
zengo Avatar asked Mar 19 '23 14:03

zengo


1 Answers

It appears that the V=s option is meant to provide more verbose information for troubleshooting purposes when building the OpenWRT firmware. From the more detailed build instructions given in HOWTO: OpenWrt Buildroot – Usage:

Troubleshooting

First get more information on the problem using the make option "make V=s".

like image 168
Ross Ridge Avatar answered Apr 03 '23 21:04

Ross Ridge