summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBae Hyeon Woo2025-07-19 15:15:57 +0000
committerHauke Mehrtens2025-07-24 21:36:35 +0000
commitf29de74ecd7d952ee1f9a20577fec9f37c0d6f4a (patch)
tree19640987e982f0fd6e7f9e1bdea032ab0a4b5336
parent48ababab6b080ea0965da1cce044f7d700b7fed2 (diff)
downloadfirmware-utils-f29de74ecd7d952ee1f9a20577fec9f37c0d6f4a.tar.gz
iptime-crc32: Add device support for ipTIME AX6000M
Add support for ipTIME AX6000M model in iptime-crc32. Signed-off-by: Bae Hyeon Woo <yoursanstv@gmail.com> Link: https://github.com/openwrt/firmware-utils/pull/46 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--src/iptime-crc32.c1
1 files changed, 1 insertions, 0 deletions
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 */ }