From aaddaf1a7892ae96b6196508f98d2cc7fbc1aeb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E?= Date: Thu, 18 Jan 2024 22:05:56 -0300 Subject: [PATCH] website/docs: we don't need to use markdown for this, as it's not exactly a patch or sh file. (#1298) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` # KernelSU CONFIG_KSU=y ``` --------- Signed-off-by: 明 Signed-off-by: akari Co-authored-by: Ylarod Co-authored-by: weishu --- website/docs/guide/how-to-integrate-for-non-gki.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 61a511e3..131bd581 100644 --- a/website/docs/guide/how-to-integrate-for-non-gki.md +++ b/website/docs/guide/how-to-integrate-for-non-gki.md @@ -64,9 +64,9 @@ curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh Keep in mind that on some devices, your defconfig may be in `arch/arm64/configs` or in other cases `arch/arm64/configs/vendor/your_defconfig`. For example in your defconfig, Enable `CONFIG_KSU` with y to enable, or n to disable. Your path will be something like: `arch/arm64/configs/...` -```sh -+# KernelSU -+CONFIG_KSU=y +``` +# KernelSU +CONFIG_KSU=y ``` Then, add KernelSU calls to the kernel source, here are some patches to refer: