From 9bbc706e98ee3d2ab50f5340e4b24ac4e6d595c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:46:52 +0800 Subject: [PATCH] [add device]: (#908) has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/907 Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- website/docs/repos.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/repos.json b/website/docs/repos.json index fb5a906f..9b5e6d32 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -453,5 +453,12 @@ "kernel_name": "kernel_xiaomi_alioth", "kernel_link": "https://github.com/zfdx123/kernel_xiaomi_alioth", "devices": "Redmi K40 (alioth)" + }, + { + "maintainer": "wxt1221", + "maintainer_link": "https://github.com/wxt1221", + "kernel_name": "android_kernel_oneplus_sdm845", + "kernel_link": "https://github.com/wxt1221/android_kernel_oneplus_sdm845", + "devices": "Oneplus 6 (enchilada) | Oneplus 6T (fajita) with no Retrofit Dynamic Partitions" } ]