iptime-crc32: add support for ipTIME AX3000Q
authorDonghyun Ko <[email protected]>
Thu, 10 Jul 2025 09:56:48 +0000 (18:56 +0900)
committerHauke Mehrtens <[email protected]>
Thu, 24 Jul 2025 21:27:43 +0000 (23:27 +0200)
Add support to create flashable factory image for ipTIME AX3000Q.

Signed-off-by: Donghyun Ko <[email protected]>
Link: https://github.com/openwrt/firmware-utils/pull/45
Signed-off-by: Hauke Mehrtens <[email protected]>
src/iptime-crc32.c

index 7871e420963cf34519e496930cffb0f52a3aae76..e74ec7048f3cffa1a00cfccc6aec58cd41418ab1 100644 (file)
@@ -55,6 +55,7 @@ struct board_info boards[] = {
        { .model = "a6004mx", .payload_offset = 0x800 },
        { .model = "ax2004m", .payload_offset = 0x38 },
        { .model = "ax3000m", .payload_offset = 0x38 },
+       { .model = "ax3000q", .payload_offset = 0x38 },
        { .model = "ax8004m", .payload_offset = 0x38 },
        { /* sentinel */ }
 };