From: Donghyun Ko Date: Wed, 22 Oct 2025 17:22:31 +0000 (+0900) Subject: iptime-crc32: add support for ipTIME AX3000SE X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ac7a4abdde7dc041aaad04d8dd39977637c4ff77;p=project%2Ffirmware-utils.git iptime-crc32: add support for ipTIME AX3000SE Add support to create flashable factory image for ipTIME AX3000SE. Signed-off-by: Donghyun Ko Link: https://github.com/openwrt/firmware-utils/pull/56 Signed-off-by: Hauke Mehrtens --- diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c index c5ec654..79c358c 100644 --- a/src/iptime-crc32.c +++ b/src/iptime-crc32.c @@ -59,6 +59,7 @@ struct board_info boards[] = { { .model = "ax6000m", .payload_offset = 0x38 }, { .model = "ax7800m", .payload_offset = 0x38 }, { .model = "ax8004m", .payload_offset = 0x38 }, + { .model = "ax3kse", .payload_offset = 0x38 }, { .model = "ax3ksm", .payload_offset = 0x38 }, { /* sentinel */ } };