Skip to content

Commit 9b2ea31

Browse files
committed
Test FDT Patch 3
1 parent d341412 commit 9b2ea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ runs:
209209
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
210210
fi
211211
212-
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" || [ "${{ inputs.model }}" == "OP12" ]; then
212+
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP12" ]; then
213213
echo "Patching hmdird!"
214214
#curl -Ls https://raw.githubusercontent.com/Plan2241/HMBird-GKI-patch/main/boot.patch | patch -p1 -F 3 --verbose
215215
# echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile

0 commit comments

Comments
 (0)