projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9a673
)
hostapd: support verbose build using V=sc
author
Felix Fietkau
<nbd@nbd.name>
Thu, 27 May 2021 10:16:52 +0000
(12:16 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 27 May 2021 10:17:02 +0000
(12:17 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/Makefile
b/package/network/services/hostapd/Makefile
index 05a35d3751aab46a1fffbfc8e31b315bed828882..e0e55ab99e4c7a40a43bdee3f3a11146e1407aec 100644
(file)
--- 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