iptime-crc32: add support for ipTIME AX7800M-6E
authorDonghyun Ko <[email protected]>
Tue, 29 Jul 2025 09:46:46 +0000 (18:46 +0900)
committerHauke Mehrtens <[email protected]>
Sat, 2 Aug 2025 23:01:34 +0000 (01:01 +0200)
Add support to create flashable factory image for ipTIME AX7800M-6E.

Signed-off-by: Donghyun Ko <[email protected]>
Link: https://github.com/openwrt/firmware-utils/pull/47
Signed-off-by: Hauke Mehrtens <[email protected]>
src/iptime-crc32.c

index 05756b3d11ff5502294685e7b9a7b1c8c9df9aec..c5ec654330e2497bd761cb5a856edbd003ddb3b2 100644 (file)
@@ -57,6 +57,7 @@ struct board_info boards[] = {
        { .model = "ax3000m", .payload_offset = 0x38 },
        { .model = "ax3000q", .payload_offset = 0x38 },
        { .model = "ax6000m", .payload_offset = 0x38 },
+       { .model = "ax7800m", .payload_offset = 0x38 },
        { .model = "ax8004m", .payload_offset = 0x38 },
        { .model = "ax3ksm", .payload_offset = 0x38 },
        { /* sentinel */ }