Commit e8db59c3 authored by Christian Marangi's avatar Christian Marangi Committed by Holger Levsen
Browse files

OpenWrt: build packages with V=s to enable debugging



Add V=s also for openwrt_compile make options to enable debugging.

Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
parent 3f2590ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -290,7 +290,8 @@ openwrt_compile() {
	local RUN=$1
	local TARGET=$2

	OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1')
	# OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1')
	OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=s')

	# make $RUN more human readable
	[ "$RUN" = "b1" ] && RUN="first"