Skip to content

Commit 92909f0

Browse files
committed
build: Add TheWildJames manager support for KSUN builds
Signed-off-by: TheSillyOk <priv.ld@proton.me>
1 parent f48a6e1 commit 92909f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_kernels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
KSUN)
153153
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next
154154
patch -p1 -F 3 -N < "${{ env.patches_dir }}/KSUN/syscall_hooks.patch"
155+
cd KernelSU-Next
156+
patch -p1 -F 3 -N < "${{ env.patches_dir }}/KSUN/WildJames-Manager.patch"
155157
;;
156158
RKSU)
157159
curl -LSs "https://raw.githubusercontent.com/rsuntk/KernelSU/main/kernel/setup.sh" | bash -s main
@@ -161,6 +163,7 @@ jobs:
161163
;;
162164
esac
163165
166+
cd ${{ env.kernel_folder }}
164167
sed -i -E 's/^CONFIG_(KPROBES|TMPFS_XATTR|KSU[^=]*)=(y|n)/# CONFIG_\1=\2/g' "arch/arm64/configs/${{ env.defconfig }}"
165168
echo -e "\nCONFIG_KPROBES=n\nCONFIG_KSU=y\nCONFIG_TMPFS_XATTR=y\n" >> "arch/arm64/configs/${{ env.defconfig }}"
166169

0 commit comments

Comments
 (0)