iptime-crc32: add support for ipTIME AX3000SE
authorDonghyun Ko <[email protected]>
Wed, 22 Oct 2025 17:22:31 +0000 (02:22 +0900)
committerHauke Mehrtens <[email protected]>
Mon, 10 Nov 2025 23:30:24 +0000 (00:30 +0100)
Add support to create flashable factory image for ipTIME AX3000SE.

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

index c5ec654330e2497bd761cb5a856edbd003ddb3b2..79c358c8c7d521ee5da367041258363f4d791be1 100644 (file)
@@ -59,6 +59,7 @@ struct board_info boards[] = {
        { .model = "ax6000m", .payload_offset = 0x38 },
        { .model = "ax7800m", .payload_offset = 0x38 },
        { .model = "ax8004m", .payload_offset = 0x38 },
+       { .model = "ax3kse", .payload_offset = 0x38 },
        { .model = "ax3ksm", .payload_offset = 0x38 },
        { /* sentinel */ }
 };