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:
6a58f45
)
tplink-safeloader: increase support-list size for AX23 v1
author
David Bauer
<mail@david-bauer.net>
Mon, 17 Apr 2023 04:16:38 +0000
(06:16 +0200)
committer
David Bauer
<mail@david-bauer.net>
Mon, 17 Apr 2023 04:18:28 +0000
(06:18 +0200)
Increase the size of the support-list partition in order to
accommodate the added support-list entries for CA/US/TW versions.
Fixes: f98095ffd7cf ("tplink-safeloader: increase support-list size for AX23 v1")
Signed-off-by: David Bauer <mail@david-bauer.net>
src/tplink-safeloader.c
patch
|
blob
|
history
diff --git
a/src/tplink-safeloader.c
b/src/tplink-safeloader.c
index a4749aa51e8147d9b8cb59476b7191e2bbfb10dc..02ee6d800c94c2a85f6016cb36b717ca091a5c01 100644
(file)
--- a/
src/tplink-safeloader.c
+++ b/
src/tplink-safeloader.c
@@
-1009,9
+1009,9
@@
static struct device_info boards[] = {
{"logo", 0xfde000, 0x02000},
{"partition-table", 0xfe0000, 0x00800},
{"soft-version", 0xfe0800, 0x00100},
- {"support-list", 0xfe0900, 0x00
2
00},
- {"profile", 0xfe0
b
00, 0x03000},
- {"extra-para", 0xfe3
b
00, 0x00100},
+ {"support-list", 0xfe0900, 0x00
4
00},
+ {"profile", 0xfe0
d
00, 0x03000},
+ {"extra-para", 0xfe3
d
00, 0x00100},
{"radio", 0xff0000, 0x10000},
{NULL, 0, 0}
},