aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-06 16:02:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-06 16:02:25 +0000
commit75ed70fd42d12c3d194ef26fd1ce16f68d48c6bb (patch)
treeee55412726677650d733cb58830902a763bc2237 /package/hostapd/Makefile
parentf0963ac8562b505f0b6fcfa0f5533a11cd98dffa (diff)
downloadupstream-75ed70fd42d12c3d194ef26fd1ce16f68d48c6bb.tar.gz
upstream-75ed70fd42d12c3d194ef26fd1ce16f68d48c6bb.tar.bz2
upstream-75ed70fd42d12c3d194ef26fd1ce16f68d48c6bb.zip
hostapd: fix parallel build issues and spurious object file rebuilds (backport of r33630)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33632 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-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