Verbose build causes GUI issues

When building the openWRT, using the verbose option suggested causes issues with the GUI. Using the arrow keys overwrites the screen with text.

make -j8 V=sc 2>&1 | tee log.txt

In theory, you shouldn’t get this configuration screen if you’ve run morse_setup.sh

If you haven’t run morse_setup.sh, then run that before trying to use V=sc.