diff --git a/lists/utils.m4 b/lists/utils.m4
index 28c6e2eef375c5368057567bba35978526eeae65..9268d41b6c97061b34f99753e188e458c9523dea 100644
--- a/lists/utils.m4
+++ b/lists/utils.m4
@@ -60,7 +60,7 @@ if not board then
 		board = "mox"
 	elseif model:match("[Oo]mnia") then
 		board = "omnia"
-	elseif model:match("^[Tt]urris$") or model:match("[Tt]urris 1.x") then
+	elseif model:match("^[Tt]urris$") or model:match("[Tt]urris ?1\.?x") then
 		board = "turris1x"
 	else
 		DIE("Unsupported Turris model: " .. tostring(model))