From 07b940d12764888fc6691cb90da5c7663aa31e7c Mon Sep 17 00:00:00 2001 From: CoolestEnoch <77060301+CoolestEnoch@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:38:06 +0800 Subject: [PATCH] [add device]: Huawei nova 2 (pic) (#1153) Add Huawei nova 2 (pic) device that is a non-GKI kernel (Linux 4.4), regularly build with Github Actions weekly. This kernel is based on LineageOS kernel. --- 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 779487ef..8415bab7 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -551,5 +551,12 @@ "kernel_name": "liquid_kernel_realme_even", "kernel_link": "https://github.com/liquidprjkt/liquid_kernel_realme_even", "devices": "Realme C25/s and Narzo50A (even)" + }, + { + "maintainer": "CoolestEnoch", + "maintainer_link": "https://github.com/CoolestEnoch", + "kernel_name": "kernel-su-huawei-nova2", + "kernel_link": "https://github.com/CoolestEnoch/kernel-su-huawei-nova2", + "devices": "Huawei nova 2 (pic)" } -] \ No newline at end of file +]