projects
/
project
/
firmware-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ababa
)
iptime-crc32: Add device support for ipTIME AX6000M
author
Bae Hyeon Woo
<yoursanstv@gmail.com>
Sat, 19 Jul 2025 15:15:57 +0000
(
00:15
+0900)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 24 Jul 2025 21:36:35 +0000
(23:36 +0200)
Add support for ipTIME AX6000M model in iptime-crc32.
Signed-off-by: Bae Hyeon Woo <yoursanstv@gmail.com>
Link:
https://github.com/openwrt/firmware-utils/pull/46
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
src/iptime-crc32.c
patch
|
blob
|
history
diff --git
a/src/iptime-crc32.c
b/src/iptime-crc32.c
index ffdc895e16708cdbc95180d009dbd7834b041989..05756b3d11ff5502294685e7b9a7b1c8c9df9aec 100644
(file)
--- a/
src/iptime-crc32.c
+++ b/
src/iptime-crc32.c
@@
-56,6
+56,7
@@
struct board_info boards[] = {
{ .model = "ax2004m", .payload_offset = 0x38 },
{ .model = "ax3000m", .payload_offset = 0x38 },
{ .model = "ax3000q", .payload_offset = 0x38 },
+ { .model = "ax6000m", .payload_offset = 0x38 },
{ .model = "ax8004m", .payload_offset = 0x38 },
{ .model = "ax3ksm", .payload_offset = 0x38 },
{ /* sentinel */ }