From 6db6893e1bb2af03feae503b4e0e7ee4c367a79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20No=C3=ABl=20Muller?= <100597184+peternmuller@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:57:10 +0200 Subject: [PATCH] website/docs: add N0Kernel and NOVA kernels (#2012) Add N0kernel and NOVA kernels to the unofficially supported devices section in the KernelSU website. KernelSU isn't added in the [source of NOVA kernel](https://github.com/kvsnr113/xiaomi_sm8250_kernel), however his builds include KernelSU ones as it can be seen in his [releases repo](https://github.com/kvsnr113/nova_kernel_releases/releases). --- website/docs/repos.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/website/docs/repos.json b/website/docs/repos.json index 2e8eb1c1afad..85f9cec626d6 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -698,5 +698,19 @@ "kernel_name": "android_kernel_motorola_sdm632", "kernel_link": "https://github.com/Fede2782/android_kernel_motorola_sdm632", "devices": "Motorola Moto G7 (river)" + }, + { + "maintainer": "EmanuelCN", + "maintainer_link": "https://github.com/EmanuelCN", + "kernel_name": "N0Kernel", + "kernel_link": "https://github.com/EmanuelCN/kernel_xiaomi_sm8250", + "devices": "Poco F3 (alioth) | Mi 10T/Pro (apollo) | Poco F4 (munch)" + }, + { + "maintainer": "kvsnr113", + "maintainer_link": "https://github.com/kvsnr113", + "kernel_name": "NOVA Kernel", + "kernel_link": "https://github.com/kvsnr113/xiaomi_sm8250_kernel", + "devices": "Poco F3 (alioth) | Mi 10T/Pro (apollo) | Poco F4 (munch)" } -] \ No newline at end of file +]