Skip to content

Commit

Permalink
Merge branch 'main' into kmod
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann authored Mar 12, 2024
2 parents 467d4fc + 6af2480 commit fbfb82d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-kernel-a12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
os_patch_level: 2023-09
- sub_level: 198
os_patch_level: 2024-01
- sub_level: 205
os_patch_level: 2024-03
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build-kernel-a13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
os_patch_level: 2023-05
- version: "5.10"
sub_level: 177
os_patch_level: 2023-06
os_patch_level: 2023-07
- version: "5.10"
sub_level: 186
os_patch_level: 2023-08
Expand All @@ -48,6 +48,9 @@ jobs:
- version: "5.10"
sub_level: 198
os_patch_level: 2023-12
- version: "5.10"
sub_level: 205
os_patch_level: 2024-02
- version: "5.15"
sub_level: 41
os_patch_level: 2022-11
Expand All @@ -72,6 +75,9 @@ jobs:
- version: "5.15"
sub_level: 137
os_patch_level: 2023-12
- version: "5.15"
sub_level: 144
os_patch_level: 2024-02
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel-a14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os_patch_level: 2024-01
- version: "5.15"
sub_level: 144
os_patch_level: 2024-02
os_patch_level: 2024-03
- version: "6.1"
sub_level: 25
os_patch_level: 2023-10
Expand Down
2 changes: 1 addition & 1 deletion website/docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It is possible. But you should download the kernel source and intergrate KernelS
It is device's kernel that affect KernelSU's compatability and it has nothing to do with Android version.The only restriction is that devices launched with Android 12 must be kernel 5.10+(GKI devices). So:

1. Devices launched with Android 12 must be supported.
2. Devices with has an old kernel (Some Android 12 devices is also old kernel) is compatable (You should build kernel yourself)
2. Devices with has an old kernel (Some Android 12 devices is also old kernel) is compatible (You should build kernel yourself)

## Can KernelSU support old kernel?

Expand Down

0 comments on commit fbfb82d

Please sign in to comment.