From 4268d4abf36f158f2b431f11e988814378cf061a Mon Sep 17 00:00:00 2001 From: Sebastian Schaper Date: Fri, 13 Jun 2025 15:12:13 +0200 Subject: [PATCH] mediatek-filogic: add kmod-ramoops package write crash logs to pstore (will be available in /sys/fs/pstore after reboot) use echo c > /proc/sysrq-trigger to force crash --- image-customization.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/image-customization.lua b/image-customization.lua index e7a1240..a6d32cb 100644 --- a/image-customization.lua +++ b/image-customization.lua @@ -166,4 +166,8 @@ end if target('bcm27xx') then packages(pkgs_hid) -end \ No newline at end of file +end + +if target('mediatek', 'filogic') then + packages {'kmod-ramoops'} +end