@@ -209,15 +209,15 @@ runs:
209
209
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
210
210
fi
211
211
212
- if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP13r" ] || [ "${{ inputs.model }}" == "OP12" ] ; then
212
+ if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
213
213
echo "Patching hmdird!"
214
- curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch .patch | patch -p1 -F 3 --verbose
214
+ curl -Ls https://raw.githubusercontent.com/WildKernels/kernel_patches/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird/hmbird_kernel_patch .patch | patch -p1 -F 3 --verbose
215
215
echo "Patching hmbird files!"
216
216
cd ./kernel/sched
217
217
rm -rf ext.c ext.h build_policy.c slim.h slim_sysctl.c
218
- curl -Ls https://github. com/HanKuCha/sched_ext/commit/7ab1d04d5cb622d6c32c932add617803074ec5a7 .patch | patch -p1 -F 3
218
+ curl -Ls https://raw.githubusercontent. com/WildKernels/kernel_patches/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird/hmbird_files_patch .patch | patch -p1 -F 3
219
219
else
220
- echo "Not OPAce5Pro / OP13 / OP12 , skipping fengchi patch"
220
+ echo "Not OPAce5Pro / OP13 , skipping fengchi patch"
221
221
fi
222
222
223
223
- name : Apply KSUN Hooks
@@ -392,14 +392,14 @@ runs:
392
392
echo "Navigating to AnyKernel3 directory..."
393
393
cd ../AnyKernel3
394
394
395
- if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP13r" ] || [ "${{ inputs.model }}" == "OP12" ] ; then
396
- curl -LSs https://github.com/fatalcoder524/kernel_patches_additional /raw/refs/heads/main /bins/dtc -o ./tools/dtc
397
- curl -LSs https://github.com/fatalcoder524/kernel_patches_additional /raw/refs/heads/main /bins/fdtdump -o ./tools/fdtdump
398
- curl -LSs https://github.com/fatalcoder524/kernel_patches_additional /raw/refs/heads/main /bins/fdtget -o ./tools/fdtget
399
- curl -LSs https://github.com/fatalcoder524/kernel_patches_additional /raw/refs/heads/main /bins/fdtput -o ./tools/fdtput
400
- curl -LSs https://github.com/fatalcoder524/kernel_patches_additional /raw/refs/heads/main /bins/mkdtimg -o ./tools/mkdtimg
395
+ if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
396
+ curl -LSs https://github.com/WildKernels/kernel_patches /raw/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird /bins/dtc -o ./tools/dtc
397
+ curl -LSs https://github.com/WildKernels/kernel_patches /raw/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird /bins/fdtdump -o ./tools/fdtdump
398
+ curl -LSs https://github.com/WildKernels/kernel_patches /raw/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird /bins/fdtget -o ./tools/fdtget
399
+ curl -LSs https://github.com/WildKernels/kernel_patches /raw/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird /bins/fdtput -o ./tools/fdtput
400
+ curl -LSs https://github.com/WildKernels/kernel_patches /raw/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird /bins/mkdtimg -o ./tools/mkdtimg
401
401
402
- curl -LSs https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main /ak3_hmbird_patch.patch | patch -F 3
402
+ curl -LSs https://raw.githubusercontent.com/WildKernels/kernel_patches/600322932b3d75a0800b29b03b3e21db8a3aa0f2/oneplus/hmbird /ak3_hmbird_patch.patch | patch -F 3
403
403
fi
404
404
405
405
# Zip the files in the AnyKernel3 directory with a new naming convention
0 commit comments