hw23: Force wpa-supplicant and hostapd versions
hw23: Force wpa-supplicant and hostapd versions meta-netmodule-wlan provides modified versions of these tools, but they seem to not work properly on HW23. Since this HW is anyway not supported in meta-netmodule-wlan, we force the usage of latest stable version. BugzID: 77173 Co-authored-by: Patrick Zysset <patrick.zysset@netmodule.com> Reviewed-on: https://git.netmodule.intranet/yoctoproject/meta-netmodule-bsp/pulls/111 Co-Authored-By: Alexandre Bard <alexandre.bard@netmodule.com> Co-Committed-By: Alexandre Bard <alexandre.bard@netmodule.com>
This commit is contained in:
parent
07b47e5c7d
commit
54d559d706
|
|
@ -51,3 +51,8 @@ MACHINE_FEATURES += " \
|
|||
ACCEPT_FSL_EULA = "1"
|
||||
|
||||
UBLOX_FEATURES = "jody-w1-pcie"
|
||||
|
||||
# Unstable versions are provided by meta-netmodule-wlan
|
||||
# We prefer to keep the official stable versions
|
||||
PREFERRED_VERSION_wpa-supplicant = "2.9"
|
||||
PREFERRED_VERSION_hostapd = "2.9"
|
||||
|
|
|
|||
Loading…
Reference in New Issue