From 810a62f79549abb9a0aedf48f85c90d42eff7b9d Mon Sep 17 00:00:00 2001 From: backslashxx <118538522+backslashxx@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:40:10 +0800 Subject: [PATCH] [Add devices] daisy, sakura, ysl, sunny/mojito, fog/rain/wind (#1340) Multiple devices - Mi A2 Lite (daisy) / Redmi 6 Pro (sakura) + Redmi S2/Y2 (ysl) - 4.9 https://github.com/backslashxx/msm8953-los21/commit/60a7363a15269d8577bcf5239156d7724dfe66fa https://github.com/backslashxx/msm8953-los21/commit/4c67fcbcb61ee668fb524b3decf682bfed98b475 - Redmi Note 10 (sunny/mojito) - 4.14 https://github.com/backslashxx/mojito_krenol/commit/51cbedbeaaa1a5c74497785dc7276bff34261638 https://github.com/backslashxx/mojito_krenol/commit/96634ef252fa46621f515ac19dfc6e6b13f919eb - Redmi 10C (fog/rain/wind) - 4.19 https://github.com/backslashxx/fog_kramel/commit/fd2e365b801cf866f08e1477679901482be99e6f https://github.com/backslashxx/fog_kramel/commit/126694822e1ed623676ec034a27bcc25b381673f --- website/docs/repos.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/website/docs/repos.json b/website/docs/repos.json index 9a6ff2e0..70b28f05 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -594,5 +594,26 @@ "kernel_name": "android_kernel_oneplus_sm8150", "kernel_link": "https://github.com/snowwolf725/android_kernel_oneplus_sm8150", "devices": "Oneplus 7(guacamoleb)/7 Pro(guacamole)/7T(hotdog)/7TPro (hotdogb)" - } + }, + { + "maintainer": "backslashxx", + "maintainer_link": "https://github.com/backslashxx/", + "kernel_name": "msm8953-los21", + "kernel_link": "https://github.com/backslashxx/msm8953-los21", + "devices": "Mi A2 Lite (daisy) / Redmi 6 Pro (sakura) + Redmi S2/Y2 (ysl)" + }, + { + "maintainer": "backslashxx", + "maintainer_link": "https://github.com/backslashxx/", + "kernel_name": "mojito_krenol", + "kernel_link": "https://github.com/backslashxx/mojito_krenol", + "devices": "Redmi Note 10 (sunny/mojito)" + }, + { + "maintainer": "backslashxx", + "maintainer_link": "https://github.com/backslashxx/", + "kernel_name": "fog_kramel", + "kernel_link": "https://github.com/backslashxx/fog_kramel", + "devices": "Redmi 10C (fog/rain/wind)" + } ]