hostapd: fix parallel build issues and spurious object file rebuilds
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Oct 2012 16:01:02 +0000 (16:01 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Oct 2012 16:01:02 +0000 (16:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33630 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/hostapd/Makefile

index 5d279c5..2fbfb98 100644 (file)
@@ -238,6 +238,7 @@ define Build/RunMake
                $(TARGET_CONFIGURE_OPTS) \
                $(DRIVER_MAKEOPTS) \
                LIBS="$(TARGET_LDFLAGS)" \
+               BCHECK= \
                $(2)
 endef