Skip to content

Commit 2f3d593

Browse files
committed
Final Test commit
1 parent 0b3238a commit 2f3d593

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/actions/action.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,15 @@ runs:
209209
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
210210
fi
211211
212-
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP13r" ] || [ "${{ inputs.model }}" == "OP12" ]; then
212+
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
213213
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
215215
echo "Patching hmbird files!"
216216
cd ./kernel/sched
217217
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
219219
else
220-
echo "Not OPAce5Pro / OP13 / OP12, skipping fengchi patch"
220+
echo "Not OPAce5Pro / OP13 , skipping fengchi patch"
221221
fi
222222
223223
- name: Apply KSUN Hooks
@@ -392,14 +392,14 @@ runs:
392392
echo "Navigating to AnyKernel3 directory..."
393393
cd ../AnyKernel3
394394
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
401401
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
403403
fi
404404
405405
# Zip the files in the AnyKernel3 directory with a new naming convention

0 commit comments

Comments
 (0)