From: Donghyun Ko Date: Tue, 29 Jul 2025 09:46:46 +0000 (+0900) Subject: iptime-crc32: add support for ipTIME AX7800M-6E X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=950f83405a935395492d61c9972b5e5ca826eeee;p=project%2Ffirmware-utils.git iptime-crc32: add support for ipTIME AX7800M-6E Add support to create flashable factory image for ipTIME AX7800M-6E. Signed-off-by: Donghyun Ko Link: https://github.com/openwrt/firmware-utils/pull/47 Signed-off-by: Hauke Mehrtens --- 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 */ }