3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-19 18:20:56 +01:00

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

This commit is contained in:
Marcel Holtmann 2025-02-10 23:57:46 +01:00
parent 43f73823ec
commit ab4fa30c7e

View File

@ -300,7 +300,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.69"
ell_min_version="0.72"
else
ell_min_version="0.5"
fi