From: Bae Hyeon Woo Date: Sat, 19 Jul 2025 15:15:57 +0000 (+0900) Subject: iptime-crc32: Add device support for ipTIME AX6000M X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f29de74ecd7d952ee1f9a20577fec9f37c0d6f4a;p=project%2Ffirmware-utils.git iptime-crc32: Add device support for ipTIME AX6000M Add support for ipTIME AX6000M model in iptime-crc32. Signed-off-by: Bae Hyeon Woo Link: https://github.com/openwrt/firmware-utils/pull/46 Signed-off-by: Hauke Mehrtens --- diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c index ffdc895..05756b3 100644 --- a/src/iptime-crc32.c +++ b/src/iptime-crc32.c @@ -56,6 +56,7 @@ struct board_info boards[] = { { .model = "ax2004m", .payload_offset = 0x38 }, { .model = "ax3000m", .payload_offset = 0x38 }, { .model = "ax3000q", .payload_offset = 0x38 }, + { .model = "ax6000m", .payload_offset = 0x38 }, { .model = "ax8004m", .payload_offset = 0x38 }, { .model = "ax3ksm", .payload_offset = 0x38 }, { /* sentinel */ }