iptime-crc32: add support for ipTIME AX3000SM
authorDonghyun Ko <[email protected]>
Sun, 18 May 2025 06:51:55 +0000 (15:51 +0900)
committerHauke Mehrtens <[email protected]>
Thu, 24 Jul 2025 21:30:17 +0000 (23:30 +0200)
Add support to create flashable factory image for ipTIME AX3000SM.

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

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