build: Bump external ELL version to 0.18

This commit is contained in:
Marcel Holtmann 2019-04-03 19:18:04 +02:00
parent ea074ffe67
commit 842fd2f62e
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,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.16"
ell_min_version="0.18"
else
ell_min_version="0.5"
fi