3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

build: Require at least version 0.60 when building with external ELL

This commit is contained in:
Marcel Holtmann 2023-11-19 18:36:14 +01:00
parent aaaa3d1800
commit ca0806438b

View File

@ -297,7 +297,7 @@ if (test "${enable_external_ell}" = "yes"); then
test "${enable_monitor}" != "no" ||
test "${enable_wired}" = "yes" ||
test "${enable_hwsim}" = "yes"); then
ell_min_version="0.58"
ell_min_version="0.60"
else
ell_min_version="0.5"
fi