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:
075cdc0
)
iptime-crc32: add support for ipTIME AX3000SM
author
Donghyun Ko
<
[email protected]
>
Sun, 18 May 2025 06:51:55 +0000
(15:51 +0900)
committer
Hauke Mehrtens
<
[email protected]
>
Thu, 24 Jul 2025 21:30:17 +0000
(23:30 +0200)
Add support to create flashable factory image for ipTIME AX3000SM.
Signed-off-by: Donghyun Ko <
[email protected]
>
Link:
https://github.com/openwrt/firmware-utils/pull/44
Signed-off-by: Hauke Mehrtens <
[email protected]
>
src/iptime-crc32.c
patch
|
blob
|
history
diff --git
a/src/iptime-crc32.c
b/src/iptime-crc32.c
index e74ec7048f3cffa1a00cfccc6aec58cd41418ab1..ffdc895e16708cdbc95180d009dbd7834b041989 100644
(file)
--- a/
src/iptime-crc32.c
+++ b/
src/iptime-crc32.c
@@
-57,6
+57,7
@@
struct board_info boards[] = {
{ .model = "ax3000m", .payload_offset = 0x38 },
{ .model = "ax3000q", .payload_offset = 0x38 },
{ .model = "ax8004m", .payload_offset = 0x38 },
+ { .model = "ax3ksm", .payload_offset = 0x38 },
{ /* sentinel */ }
};