Skip to content
Snippets Groups Projects
Verified Commit 922a792b authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Add mox-shutdown-powersave to base-minimal system

This package provides init service that should be automatically
activated and package it self should be installed on Turris MOX only.
parent fdfab83c
Branches
Tags
No related merge requests found
......@@ -15,6 +15,7 @@ forInstallCritical(kmod,file2args(kmod.list))
if board == "mox" then
forInstallCritical(kmod,file2args(kmod-mox.list))
Install("mox-support", { critical = true })
Install("mox-shutdown-powersave", { priority = 40 })
Install("kmod-ath10k-ct", "zram-swap", { priority = 40 })
elseif board == "omnia" then
forInstallCritical(kmod,file2args(kmod-omnia.list))
......
......@@ -72,6 +72,7 @@ index 0000000..3fc5061
+lvm2
+lxc-auto
+mountd
+mox-shutdown-powersave
+mox_autosetup
+nethist
+network
......
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