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