From: Felix Fietkau Date: Thu, 27 May 2021 10:16:52 +0000 (+0200) Subject: hostapd: support verbose build using V=sc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=962d530dea44bb7df79f088643ac35f7275c7ac7;p=openwrt%2Fstaging%2Fansuel.git hostapd: support verbose build using V=sc Signed-off-by: Felix Fietkau --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 05a35d3751..e0e55ab99e 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -524,6 +524,7 @@ define Build/RunMake LIBS_c="$(TARGET_LDFLAGS_C)" \ AR="$(TARGET_CROSS)gcc-ar" \ BCHECK= \ + $(if $(findstring s,$(OPENWRT_VERBOSE)),V=1) \ $(2) endef