From 2db7da076608fc5baa1d89a40c7b925258bf5f95 Mon Sep 17 00:00:00 2001 From: WeeAris <123524343+WeeAris@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:23:21 +0800 Subject: [PATCH] website:fix devices info error (#175) Fix devices info error for unofficially supported devices. #173 --- website/docs/repos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/repos.json b/website/docs/repos.json index fac2f012..c083059b 100644 --- a/website/docs/repos.json +++ b/website/docs/repos.json @@ -81,6 +81,6 @@ "maintainer_link": "https://github.com/WeeAris", "kernel_name": "Realking_su_xiaomi_sm8250", "kernel_link": "https://github.com/WeeAris/Realking_su_xiaomi_sm8250", - "devices": "non-GKI devices, 4.19.x kernel, sm8250, repo for AOSP only." + "devices": "Apollo(Redmi K30S Ultra/Mi 10T/Mi 10T Pro),Alioth(Redmi K40/POCO F3/Mi 11X),Munch(Redmi K40S/POCO F4), repo for AOSP only." } -] \ No newline at end of file +]