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:
ac7a4ab
)
iptime-crc32: add support for ipTIME AX2002MESH
master
author
Myoung Ha, Ji
<
[email protected]
>
Mon, 20 Oct 2025 05:58:09 +0000
(14:58 +0900)
committer
Hauke Mehrtens
<
[email protected]
>
Mon, 10 Nov 2025 23:32:34 +0000
(
00:32
+0100)
Add support for ipTIME AX2002MESH (ax2002m) model in iptime-crc32.
Signed-off-by: Myoung Ha, Ji <
[email protected]
>
Link:
https://github.com/openwrt/firmware-utils/pull/55
Signed-off-by: Hauke Mehrtens <
[email protected]
>
src/iptime-crc32.c
patch
|
blob
|
history
diff --git
a/src/iptime-crc32.c
b/src/iptime-crc32.c
index 79c358c8c7d521ee5da367041258363f4d791be1..35bc0b0752d5053d59c1d75e968f155b2b903d23 100644
(file)
--- a/
src/iptime-crc32.c
+++ b/
src/iptime-crc32.c
@@
-53,6
+53,7
@@
struct board_info {
struct board_info boards[] = {
{ .model = "a6004mx", .payload_offset = 0x800 },
+ { .model = "ax2002m", .payload_offset = 0x38 },
{ .model = "ax2004m", .payload_offset = 0x38 },
{ .model = "ax3000m", .payload_offset = 0x38 },
{ .model = "ax3000q", .payload_offset = 0x38 },