[openwrt/openwrt] hostapd: support verbose build using V=sc

LEDE Commits lede-commits at lists.infradead.org
Thu May 27 03:17:29 PDT 2021


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/962d530dea44bb7df79f088643ac35f7275c7ac7

commit 962d530dea44bb7df79f088643ac35f7275c7ac7
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu May 27 12:16:52 2021 +0200

    hostapd: support verbose build using V=sc
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/services/hostapd/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 



More information about the lede-commits mailing list