Skip to content
Snippets Groups Projects
Unverified Commit 94d72298 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

lists: mox: Add heartbeat trigger

parent 79566fff
Branches
Tags
No related merge requests found
......@@ -82,7 +82,7 @@ if model:match("[Oo]mnia") then
elseif model:match("^[Tt]urris$") then
Install("rainbow", { priority = 40 })
elseif model:match("^[Mm][Oo][Xx]$") then
Install("kmod-gpio-button-hotplug", "kmod-mwifiex-sdio", { priority = 40 })
Install("kmod-gpio-button-hotplug", "kmod-mwifiex-sdio", "kmod-ledtrig-heartbeat", { 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