iptime-crc32: add support for AX8004M
authorKim Namu <[email protected]>
Wed, 9 Feb 2022 14:43:28 +0000 (23:43 +0900)
committerSungbo Eo <[email protected]>
Sun, 20 Feb 2022 08:12:03 +0000 (17:12 +0900)
This commit is preparations for adding support for device AX8004M
similar to AX2004M.

Signed-off-by: Kim Namu <[email protected]>
src/iptime-crc32.c

index 51b0519454e283199d3e4b7d8ac6e29054ae7d11..ef08afa3ffaf3f1b7db347011f416efc8f736b9c 100644 (file)
@@ -53,6 +53,7 @@ struct board_info {
 
 struct board_info boards[] = {
        { .model = "ax2004m", .payload_offset = 0x38 },
+       { .model = "ax8004m", .payload_offset = 0x38 },
        { /* sentinel */ }
 };