File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,10 @@ jobs:
202
202
echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
203
203
curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
204
204
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
206
209
else
207
210
echo "Not OPAce5Pro / OP13, skipping fengchi patch"
208
211
fi
You can’t perform that action at this time.
0 commit comments