kernel: add the penguins

This commit is contained in:
2026-04-22 15:36:00 -04:00
parent d8a218524a
commit 9ed48ce841

View File

@@ -285,6 +285,10 @@
XZ_DEC_ARM64 = lib.mkForce no;
XZ_DEC_SPARC = lib.mkForce no;
XZ_DEC_RISCV = lib.mkForce no;
# add the penguins!
LOGO = lib.mkForce yes;
LOGO_LINUX_CLUT224 = lib.mkForce yes;
};
}
];