From a0d6d42d303288fc4ba2c2c141adfba53dbfca8a Mon Sep 17 00:00:00 2001 From: Flame <40175769+flame-0@users.noreply.github.com> Date: Sun, 23 Jul 2023 02:44:30 +0000 Subject: [PATCH] [add device]: POCO F3/Redmi K40/Mi 11X (alioth) (#799) This pull request includes a modified LineageOS kernel with the implementation of KernelSU for POCO F3/Redmi K40/Mi 11X (alioth), adding them to the list of unofficially supported devices. --- website/docs/repos.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/repos.json b/website/docs/repos.json index 2ce0723d..a87994db 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -397,5 +397,12 @@ "kernel_name": "android_kernel_google_wahoo", "kernel_link": "https://github.com/Google-Pixel2-2XL/kernel_google_wahoo", "devices": "Google Pixel 2/2XL" + }, + { + "maintainer": "Flame", + "maintainer_link": "https://github.com/flame-0", + "kernel_name": "android_kernel_xiaomi_sm8250", + "kernel_link": "https://github.com/vyrine/android_kernel_xiaomi_sm8250/tree/lineage-20-kernelsu", + "devices": "POCO F3/Redmi K40/Mi 11X (alioth)" } ]