Skip to content
Snippets Groups Projects
Verified Commit ea92e0aa authored by Vojtech Myslivec's avatar Vojtech Myslivec
Browse files

lists: base-min: Install atsha/mox-otp based on device type


Helped-by: default avatarKarel Koci <karel.koci@nic.cz>
parent 91010ef4
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -78,14 +78,16 @@ Install("haveged", { priority = 40 })
Install("umdns", { priority = 40 })
-- Turris utility
Install("turris-utils", "user-notify", "oneshot", "libatsha204", "watchdog_adjust", "update_mac", { priority = 40 })
Install("turris-utils", "user-notify", "oneshot", "watchdog_adjust", "update_mac", { priority = 40 })
if for_l10n then
for_l10n("user-notify-l10n-")
end
if model:match("[Oo]mnia") then
Install("rainbow-omnia", "sfpswitch", { priority = 40 })
if model:match("[Mm][Oo][Xx]") then
Install("mox-otp", { priority = 40 })
elseif model:match("[Oo]mnia") then
Install("rainbow-omnia", "sfpswitch", "libatsha204", { priority = 40 })
elseif model:match("^[Tt]urris$") then
Install("rainbow", { priority = 40 })
Install("rainbow", "libatsha204", { priority = 40 })
end
if not model:match("^[Tt]urris$") then
Install("schnapps", { priority = 40 })
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment