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

Enable zram-swap on MOX

parent 55ebb074
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", "kmod-ledtrig-heartbeat", { priority = 40 })
Install("zram-swap", "kmod-gpio-button-hotplug", "kmod-mwifiex-sdio", "kmod-ledtrig-heartbeat", { priority = 40 })
end
if not model:match("^[Tt]urris$") then
Install("schnapps", { priority = 40 })
......
......@@ -18,7 +18,7 @@ new file mode 100644
index 0000000..981f67a
--- /dev/null
+++ b/package/base-files/files/etc/services_wanted
@@ -0,0 +1,51 @@
@@ -0,0 +1,52 @@
+asm1062-fix
+atd
+atsha204-feed-entropy
......@@ -70,6 +70,7 @@ index 0000000..981f67a
+urandom_seed
+usbmode
+watchdog_adjust
+zram
diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh
index 23598f9..33cd8fd 100755
--- a/package/base-files/files/lib/functions.sh
......
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