From 351a4f362e0729263d36127c046994194561d5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 16 Oct 2019 10:50:35 +0200 Subject: updater.lua: add support for Turris 1.x --- updater.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater.lua b/updater.lua index 6568ed8..7313ab0 100644 --- a/updater.lua +++ b/updater.lua @@ -6,6 +6,8 @@ if model:match('[Mm]ox') then board = "mox" elseif model:match('[Oo]mnia') then board = "omnia" +elseif model:match('Turris 1.x') then + board = "turris1x" else DIE("Unsupported board: " .. model) end -- cgit v1.2.3