aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-06 16:02:25 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-06 16:02:25 +0000
commit7039d3fcc5b021144dda77cc142bb8637f7ac558 (patch)
treeee55412726677650d733cb58830902a763bc2237 /package/hostapd
parent67f0e148a3825064a89bf3f81dd181cd8bbf6210 (diff)
downloadopenwrt-7039d3fcc5b021144dda77cc142bb8637f7ac558.tar.gz
openwrt-7039d3fcc5b021144dda77cc142bb8637f7ac558.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')
-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