[PATCH v3 firmware-utils] iptime-crc32: add support for AX8004M
Kim Namu
namu at theseed.io
Wed Feb 9 06:43:28 PST 2022
This commit is preparations for adding support for device AX8004M
similar to AX2004M.
Signed-off-by: Kim Namu <namu at theseed.io>
---
src/iptime-crc32.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c
index 51b0519..ef08afa 100644
--- a/src/iptime-crc32.c
+++ b/src/iptime-crc32.c
@@ -53,6 +53,7 @@ struct board_info {
struct board_info boards[] = {
{ .model = "ax2004m", .payload_offset = 0x38 },
+ { .model = "ax8004m", .payload_offset = 0x38 },
{ /* sentinel */ }
};
--
2.35.1
More information about the openwrt-devel
mailing list