mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-11 08:02:20 +00:00
hostapd: fix passing jobserver to hostapd/supplicant build processes
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
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
Block a user