Skip to content

Commit

Permalink
fixed typos for armv5
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Apr 23, 2023
1 parent 58b5bd3 commit 8261046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dsm7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ arm-static:
@true

.PHONY: armv5
arm5:
armv5:
$(eval export INFO_ARCH=88f6282 88f6281 88f628x)
$(eval export INFO_FIRMWARE=7.0-40000)
@true

.PHONY: armv5-static
arm5:
armv5-static:
$(eval export INFO_ARCH=88f6282 88f6281 88f628x)
$(eval export INFO_FIRMWARE=7.0-40000)
@true
Expand Down

0 comments on commit 8261046

Please sign in to comment.