mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
hostapd: support verbose build using V=sc
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
4b9a67362d
commit
962d530dea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user