summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonghyun Ko2025-07-29 09:46:46 +0000
committerHauke Mehrtens2025-08-02 23:01:34 +0000
commit950f83405a935395492d61c9972b5e5ca826eeee (patch)
tree92d58c0b9adb5deac14dabb2e36d3fe596d1dde6
parent3346d7711c9aac561beefa2879db9e0b071ccdca (diff)
downloadfirmware-utils-950f83405a935395492d61c9972b5e5ca826eeee.tar.gz
iptime-crc32: add support for ipTIME AX7800M-6E
Add support to create flashable factory image for ipTIME AX7800M-6E. Signed-off-by: Donghyun Ko <nyankosoftware@gmail.com> Link: https://github.com/openwrt/firmware-utils/pull/47 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 05756b3..c5ec654 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 = "ax6000m", .payload_offset = 0x38 },
+ { .model = "ax7800m", .payload_offset = 0x38 },
{ .model = "ax8004m", .payload_offset = 0x38 },
{ .model = "ax3ksm", .payload_offset = 0x38 },
{ /* sentinel */ }