From: Donghyun Ko Date: Sun, 18 May 2025 06:51:55 +0000 (+0900) Subject: iptime-crc32: add support for ipTIME AX3000SM X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=48ababab6b080ea0965da1cce044f7d700b7fed2;p=project%2Ffirmware-utils.git iptime-crc32: add support for ipTIME AX3000SM Add support to create flashable factory image for ipTIME AX3000SM. Signed-off-by: Donghyun Ko Link: https://github.com/openwrt/firmware-utils/pull/44 Signed-off-by: Hauke Mehrtens --- diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c index e74ec70..ffdc895 100644 --- a/src/iptime-crc32.c +++ b/src/iptime-crc32.c @@ -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 */ } };