diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-06 16:01:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-06 16:01:02 +0000 |
commit | fc96ba7411576da2232cf2cb7122c6440f3b8122 (patch) | |
tree | 57e7e439e0c5c972446211ac8405b5bdad1284bd /package | |
parent | e8ad5f0b87e21c95048cd1960800d0ad7981ca03 (diff) | |
download | upstream-fc96ba7411576da2232cf2cb7122c6440f3b8122.tar.gz upstream-fc96ba7411576da2232cf2cb7122c6440f3b8122.tar.bz2 upstream-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
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 |