From 5c91b34ed732afddfcb15fdf857f6939c050dfb1 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 6 Oct 2012 16:01:02 +0000
Subject: [PATCH] hostapd: fix parallel build issues and spurious object file
 rebuilds

SVN-Revision: 33630
---
 package/hostapd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 5d279c51c5..2fbfb98e3c 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
 
-- 
2.30.2