From: Rhnn Hur Date: Tue, 8 Oct 2024 18:18:50 +0000 (+0900) Subject: iptime-crc32: add support for ipTIME AX3000M X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4b7638925d3eac03e614e40bc30cb49f5877c46d;p=project%2Ffirmware-utils.git iptime-crc32: add support for ipTIME AX3000M Add support to create flashable factory image on ipTIME webpage for target model. Signed-off-by: Rhnn Hur --- diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c index e50bdd3..7871e42 100644 --- a/src/iptime-crc32.c +++ b/src/iptime-crc32.c @@ -54,6 +54,7 @@ struct board_info { struct board_info boards[] = { { .model = "a6004mx", .payload_offset = 0x800 }, { .model = "ax2004m", .payload_offset = 0x38 }, + { .model = "ax3000m", .payload_offset = 0x38 }, { .model = "ax8004m", .payload_offset = 0x38 }, { /* sentinel */ } };