From 3df6387ee096507be8d5a2068ab5ea753b8251b4 Mon Sep 17 00:00:00 2001 From: Mike Evans Date: Thu, 13 Apr 2023 01:07:23 +0100 Subject: [PATCH] promotion: KernelSU integrated Bool-X kernel for raphael (#378) Hi, I have made yet another KernelSU integrated kernel for Redmi #K20Pro (#Raphael), based on a popular custom & optimized kernel called Bool-X in the community. Forked source code: https://github.com/etnperlong/kernel_xiaomi_raphael_bool-x/tree/13.0-ksu upstream source: https://github.com/onettboots/bool-x_xiaomi_raphael (thanks to @onettboots) I have tested the KernelSU feature on this kernel, everything works fine. --- website/docs/repos.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/repos.json b/website/docs/repos.json index c934b646..7633c377 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -194,5 +194,12 @@ "kernel_name": "kernel_oneplus_msm8998", "kernel_link": "https://github.com/TheNoFace/kernel_oneplus_msm8998", "devices": "OnePlus 5/5T" + }, + { + "maintainer": "Evans Mike", + "maintainer_link": "https://github.com/etnperlong", + "kernel_name": "kernel_xiaomi_raphael_bool-x", + "kernel_link": "https://github.com/etnperlong/kernel_xiaomi_raphael_bool-x", + "devices": "Xiaomi Redmi K20 Pro / Mi 9T Pro (raphael)" } ]