diff options
| -rw-r--r-- | updater.lua | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 | 
