File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments