mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ath79: add Archer C58/C59 partition compatible
This commit adds firmware partition compatible for the TP-Link Archer C58 v1 and Archer C59 v1. Since a22311e this allows to select the correct mtdsplit parser instead of trying all available ones one by one. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
df2e6b64d1
commit
a734450d6f
@ -93,6 +93,7 @@
|
||||
};
|
||||
|
||||
partition@20000 {
|
||||
compatible = "denx,uimage";
|
||||
label = "firmware";
|
||||
reg = <0x020000 0x7c0000>;
|
||||
};
|
||||
|
@ -116,6 +116,7 @@
|
||||
};
|
||||
|
||||
partition@20000 {
|
||||
compatible = "denx,uimage";
|
||||
label = "firmware";
|
||||
reg = <0x020000 0xe30000>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user