Skip to content

Commit

Permalink
README: KernelSU 1.0 no longer supports non-GKI kernels (xiaoleGun#160)
Browse files Browse the repository at this point in the history
The last supported version is v0.9.5, please make sure to use the correct branch.
tiann/KernelSU@898e9d4
  • Loading branch information
bxySo authored Jun 2, 2024
1 parent e75fe3b commit 1d62daf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ Fork 本仓库到你的储存库然后按照以下内容编辑 config.env,之

#### KernelSU Branch or Tag

[KernelSU 1.0 已经不再支持非 GKI 内核](https://github.com/tiann/KernelSU/issues/1705),最后的支持版本为 [v0.9.5](https://github.com/tiann/KernelSU/tree/v0.9.5),请注意使用正确的分支

选择 KernelSU 的分支或 tag:

- main 分支(开发版): `KERNELSU_TAG=main`
- 最新 TAG(稳定版): `KERNELSU_TAG=`
- ~~main 分支(开发版): `KERNELSU_TAG=main`~~
- 最新 TAG(稳定版): `KERNELSU_TAG=v0.9.5`
- 指定 TAG(如`v0.5.2`): `KERNELSU_TAG=v0.5.2`

#### KernelSU Manager signature size and hash
Expand Down
6 changes: 4 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ Enable KernelSU for troubleshooting kernel failures or compiling the kernel sepa

#### KernelSU Branch or Tag

[KernelSU 1.0 no longer supports non-GKI kernels](https://github.com/tiann/KernelSU/issues/1705). The last supported version is [v0.9.5](https://github.com/tiann/KernelSU/tree/v0.9.5), please make sure to use the correct branch.

Select the branch or tag of KernelSU:

- main branch (development version): `KERNELSU_TAG=main`
- Latest TAG (stable version): `KERNELSU_TAG=`
- ~~main branch (development version): `KERNELSU_TAG=main`~~
- Latest TAG (stable version): `KERNELSU_TAG=v0.9.5`
- Specify the TAG (such as `v0.5.2`): `KERNELSU_TAG=v0.5.2`

#### KernelSU Manager signature size and hash
Expand Down
2 changes: 1 addition & 1 deletion config.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CUSTOM_GCC_32_BIN=arm-linux-androideabi-

# KernelSU flags
ENABLE_KERNELSU=false
KERNELSU_TAG=main
KERNELSU_TAG=v0.9.5
KSU_EXPECTED_SIZE=
KSU_EXPECTED_HASH=

Expand Down

0 comments on commit 1d62daf

Please sign in to comment.