diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-06 16:01:02 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-06 16:01:02 +0000 |
commit | 64adc2bb7a8179aad09d1f8b0a7434c9914a00b3 (patch) | |
tree | 57e7e439e0c5c972446211ac8405b5bdad1284bd /package | |
parent | 703ffa48858f5c64ae914a0ed20c4713f7fc016a (diff) |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 1 |
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 |