[source] hostapd: fix passing jobserver to hostapd/supplicant build processes

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 15 05:58:56 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/7e8fecb22449130d895b79355759b54e0e4f9167

commit 7e8fecb22449130d895b79355759b54e0e4f9167
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jan 15 14:56:34 2017 +0100

    hostapd: fix passing jobserver to hostapd/supplicant build processes
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/services/hostapd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 207dfec..96b652f 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -318,19 +318,19 @@ define Build/Compile/wpad
 endef
 
 define Build/Compile/hostapd
-	$(call Build/RunMake,hostapd, \
+	+$(call Build/RunMake,hostapd, \
 		hostapd hostapd_cli \
 	)
 endef
 
 define Build/Compile/supplicant
-	$(call Build/RunMake,wpa_supplicant, \
+	+$(call Build/RunMake,wpa_supplicant, \
 		wpa_cli wpa_supplicant \
 	)
 endef
 
 define Build/Compile/supplicant-full
-	$(call Build/RunMake,wpa_supplicant, \
+	+$(call Build/RunMake,wpa_supplicant, \
 		eapol_test \
 	)
 endef



More information about the lede-commits mailing list