Skip to content

Commit 3ef90a0

Browse files
committed
build: drop kpm for resukisu, use syscall tamper on xxksu
Signed-off-by: TheSillyOk <194730369+TheSillyOk@users.noreply.github.com>
1 parent fd16f16 commit 3ef90a0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build_kernels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,20 @@ jobs:
9191
folder: "KernelSU"
9292
branch: "main"
9393
susfsless_kernel_patches: "scope-min-hooks-v1.9.patch"
94-
extra_configs: "CONFIG_KPM=y CONFIG_KSU_TOOLKIT_SUPPORT=y"
94+
extra_configs: "CONFIG_KSU_TOOLKIT_SUPPORT=y"
9595
susfs_configs: "CONFIG_KSU_SUSFS=y"
9696
susfsless_configs: "CONFIG_KSU_MANUAL_HOOK=y"
9797
ak3_suffix: "-SukiSU"
98-
kpm: "https://github.com/SukiSU-Ultra/SukiSU_KernelPatch_patch/releases/latest/download/patch_linux"
98+
# kpm: "https://github.com/SukiSU-Ultra/SukiSU_KernelPatch_patch/releases/latest/download/patch_linux"
9999

100100
- type: xxKSU
101101
ksu: true
102102
exclude: susfs
103103
repo: "backslashxx/KernelSU"
104104
folder: "KernelSU"
105105
branch: "master"
106-
kernel_patches: "scope-min-hooks-v1.9.patch"
106+
# kernel_patches: "scope-min-hooks-v1.9.patch"
107+
extra_configs: "CONFIG_KSU_TAMPER_SYSCALL_TABLE=y"
107108
ak3_suffix: "-xxKSU"
108109

109110
susfs: [false]

0 commit comments

Comments
 (0)