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
commitfc96ba7411576da2232cf2cb7122c6440f3b8122 (patch)
tree57e7e439e0c5c972446211ac8405b5bdad1284bd
parente8ad5f0b87e21c95048cd1960800d0ad7981ca03 (diff)
downloadmaster-187ad058-fc96ba7411576da2232cf2cb7122c6440f3b8122.tar.gz
master-187ad058-fc96ba7411576da2232cf2cb7122c6440f3b8122.tar.bz2
master-187ad058-fc96ba7411576da2232cf2cb7122c6440f3b8122.zip
hostapd: fix parallel build issues and spurious object file rebuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33630 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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