From: Donghyun Ko Date: Thu, 10 Jul 2025 09:56:48 +0000 (+0900) Subject: iptime-crc32: add support for ipTIME AX3000Q X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=075cdc0c4dd44b74841ebde034f6bd4d6666fdc7;p=project%2Ffirmware-utils.git iptime-crc32: add support for ipTIME AX3000Q Add support to create flashable factory image for ipTIME AX3000Q. Signed-off-by: Donghyun Ko Link: https://github.com/openwrt/firmware-utils/pull/45 Signed-off-by: Hauke Mehrtens --- diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c index 7871e42..e74ec70 100644 --- a/src/iptime-crc32.c +++ b/src/iptime-crc32.c @@ -55,6 +55,7 @@ struct board_info boards[] = { { .model = "a6004mx", .payload_offset = 0x800 }, { .model = "ax2004m", .payload_offset = 0x38 }, { .model = "ax3000m", .payload_offset = 0x38 }, + { .model = "ax3000q", .payload_offset = 0x38 }, { .model = "ax8004m", .payload_offset = 0x38 }, { /* sentinel */ } };