File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,10 @@ jobs:
202202 echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
203203 curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
204204 echo "Patching hmbird files!"
205- curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
205+ # curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
206+ cd ./kernel/sched
207+ rm -rf ext.c ext.h
208+ curl -Ls https://github.com/HanKuCha/sched_ext/commit/7ab1d04d5cb622d6c32c932add617803074ec5a7.patch | patch -p1 -F 3
206209 else
207210 echo "Not OPAce5Pro / OP13, skipping fengchi patch"
208211 fi
You can’t perform that action at this time.
0 commit comments