aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/hostapd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 5d279c51c..2fbfb98e3 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -238,6 +238,7 @@ define Build/RunMake
$(TARGET_CONFIGURE_OPTS) \
$(DRIVER_MAKEOPTS) \
LIBS="$(TARGET_LDFLAGS)" \
+ BCHECK= \
$(2)
endef