mirror of https://github.com/hak5/openwrt.git
hostapd: fix passing jobserver to hostapd/supplicant build processes
Signed-off-by: Felix Fietkau <nbd@nbd.name>lede-17.01
parent
40e4c342fd
commit
7e8fecb224
|
@ -318,19 +318,19 @@ define Build/Compile/wpad
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile/hostapd
|
define Build/Compile/hostapd
|
||||||
$(call Build/RunMake,hostapd, \
|
+$(call Build/RunMake,hostapd, \
|
||||||
hostapd hostapd_cli \
|
hostapd hostapd_cli \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile/supplicant
|
define Build/Compile/supplicant
|
||||||
$(call Build/RunMake,wpa_supplicant, \
|
+$(call Build/RunMake,wpa_supplicant, \
|
||||||
wpa_cli wpa_supplicant \
|
wpa_cli wpa_supplicant \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile/supplicant-full
|
define Build/Compile/supplicant-full
|
||||||
$(call Build/RunMake,wpa_supplicant, \
|
+$(call Build/RunMake,wpa_supplicant, \
|
||||||
eapol_test \
|
eapol_test \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue