iptime-crc32: add support for ipTIME AX2002MESH master
authorMyoung Ha, Ji <[email protected]>
Mon, 20 Oct 2025 05:58:09 +0000 (14:58 +0900)
committerHauke 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

index 79c358c8c7d521ee5da367041258363f4d791be1..35bc0b0752d5053d59c1d75e968f155b2b903d23 100644 (file)
@@ -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 },