aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-06 16:01:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-06 16:01:02 +0000
commit5c91b34ed732afddfcb15fdf857f6939c050dfb1 (patch)
treeb22ed9f417c65c8d2e4f3b0a3f22850226c54a04
parent8c37a0f09839bea3fa515e892afac0545b999538 (diff)
downloadupstream-5c91b34ed732afddfcb15fdf857f6939c050dfb1.tar.gz
upstream-5c91b34ed732afddfcb15fdf857f6939c050dfb1.tar.bz2
upstream-5c91b34ed732afddfcb15fdf857f6939c050dfb1.zip
hostapd: fix parallel build issues and spurious object file rebuilds
SVN-Revision: 33630
-rw-r--r--package/hostapd/Makefile1
1 files changed, 1 insertions, 0 deletions
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