Skip to content

Commit

Permalink
hostapd: support verbose build using V=sc
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed May 27, 2021
1 parent 4b9a673 commit 962d530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/network/services/hostapd/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 962d530

Please sign in to comment.