Skip to content

Commit f51fda8

Browse files
fatalcoder524luigimakbrokestar233
committed
Add overwriter support and fix hmbird
Source: https://github.com/TheGeniusClub/android_kernel_common_oneplus_sm8750/commits/v15/drivers/of/overwriter Co-authored-by: luigimak <[email protected]> Co-authored-by: brokestar233 <[email protected]>
1 parent 1b3f4d0 commit f51fda8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,11 @@ runs:
937937
echo "Patching hmbird!"
938938
dos2unix "../../../kernel_patches/oneplus/hmbird/fengchi_${OP_MODEL}_${OP_OS_VERSION}.patch"
939939
patch -p1 -F 3 < "../../../kernel_patches/oneplus/hmbird/fengchi_${OP_MODEL}_${OP_OS_VERSION}.patch"
940+
dos2unix "../../../kernel_patches/oneplus/hmbird/overwriter.patch"
941+
patch -p1 -F 3 < "../../../kernel_patches/oneplus/hmbird/overwriter.patch"
942+
chmod +x ./drivers/of/overwriter/overwrite_configs/convert_configs.sh
943+
dos2unix "../../../kernel_patches/oneplus/hmbird/hmbird_config.patch"
944+
patch -p1 -F 3 < "../../../kernel_patches/oneplus/hmbird/hmbird_config.patch"
940945
else
941946
echo "Hmbird not enabled, skipping fengchi patch"
942947
fi

0 commit comments

Comments
 (0)