Skip to content
Snippets Groups Projects

base-min: replace turris-rainbow with rainbow

Merged Michal Vasilek requested to merge feature/rainbow-ng into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -71,13 +71,12 @@ end
Install("turris-version", "start-indicator", { priority = 40 })
Install("turris-utils", "user-notify", "watchdog_adjust", { priority = 40 })
Install("turris-diagnostics", { priority = 40 })
Install("rainbow", { priority = 40 })
if board == "mox" then
Install("mox-otp", { priority = 40 })
elseif board == "omnia" then
Install("turris-rainbow", { priority = 40 })
Install("libatsha204", { priority = 40 })
elseif board == "turris1x" then
Install("turris-rainbow", { priority = 40 })
Install("libatsha204", "update_mac", { priority = 40 })
end
if board ~= "turris1x" then
Loading