projects
/
project
/
firmware-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497726b
)
iptime-crc32: add support for AX8004M
author
Kim Namu
<namu@theseed.io>
Wed, 9 Feb 2022 14:43:28 +0000
(23:43 +0900)
committer
Sungbo Eo
<mans0n@gorani.run>
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 <namu@theseed.io>
src/iptime-crc32.c
patch
|
blob
|
history
diff --git
a/src/iptime-crc32.c
b/src/iptime-crc32.c
index 51b0519454e283199d3e4b7d8ac6e29054ae7d11..ef08afa3ffaf3f1b7db347011f416efc8f736b9c 100644
(file)
--- 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 */ }
};