From e91b1fc89a8c66085b40435bdbf7ee0af2d74200 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 18:44:31 +0800 Subject: [PATCH] [add device]: GKI 1.0 (#236) GKI 1.0 has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/235 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: weishu --- website/docs/repos.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/docs/repos.json b/website/docs/repos.json index c69b9c7c..a17ec031 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -152,5 +152,12 @@ "kernel_name": "android_kernel_xiaomi_surya", "kernel_link": "https://github.com/rxuglr/android_kernel_xiaomi_surya", "devices": "Xiaomi POCO X3 / NFC (surya)" + }, + { + "maintainer": "z1298808165", + "maintainer_link": "https://github.com/z1298808165", + "kernel_name": "kernel_xiaomi_star", + "kernel_link": "https://github.com/z1298808165/kernel_xiaomi_star", + "devices": "Xiaomi 11 Ultra" } -] \ No newline at end of file +]