Add support for A6004MX image creation.

Signed-off-by: Yoonji Park <korea...@dcmys.kr>
---
 src/iptime-crc32.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c
index ef08afa..e50bdd3 100644
--- a/src/iptime-crc32.c
+++ b/src/iptime-crc32.c
@@ -52,6 +52,7 @@ struct board_info {
 };
 
 struct board_info boards[] = {
+       { .model = "a6004mx", .payload_offset = 0x800 },
        { .model = "ax2004m", .payload_offset = 0x38 },
        { .model = "ax8004m", .payload_offset = 0x38 },
        { /* sentinel */ }
-- 
2.36.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to