From d9d906631651f51f5b2ea9863354fe655a0c6e54 Mon Sep 17 00:00:00 2001 From: Celica Sylphil <64072399+natsumerinchan@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:08:49 +0800 Subject: [PATCH] website: Fix patches display (#1281) Option does not match the corresponding patch. ![2024-01-08 20-41-45](https://github.com/tiann/KernelSU/assets/64072399/22066923-8263-4fff-b2f8-a9b04e7ca8b5) ![2024-01-08 20-41-51](https://github.com/tiann/KernelSU/assets/64072399/f345e31a-dd5a-4224-a052-ddaf99aedc5a) ![2024-01-08 20-41-55](https://github.com/tiann/KernelSU/assets/64072399/6c7d4f9f-d588-46aa-ac92-d8eb8c003316) ![2024-01-08 20-41-58](https://github.com/tiann/KernelSU/assets/64072399/906bb033-eddd-4c8c-bd13-00cff799b3df) --- website/docs/guide/how-to-integrate-for-non-gki.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guide/how-to-integrate-for-non-gki.md b/website/docs/guide/how-to-integrate-for-non-gki.md index d8e68c5b..61a511e3 100644 --- a/website/docs/guide/how-to-integrate-for-non-gki.md +++ b/website/docs/guide/how-to-integrate-for-non-gki.md @@ -69,9 +69,9 @@ Keep in mind that on some devices, your defconfig may be in `arch/arm64/configs` +CONFIG_KSU=y ``` -::: code-group +Then, add KernelSU calls to the kernel source, here are some patches to refer: -Then, add KernelSU calls to the kernel source, here is a patch to refer: +::: code-group ```diff[exec.c] diff --git a/fs/exec.c b/fs/exec.c