mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 20:21:05 +01:00
econet: en7528: add missing flash partition for DASAN H660GM-A Generic
Add the unnamed partition between rwfs and reservearea to fully describe the flash layout. Signed-off-by: Ahmed Naseef <naseefkm@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22195 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
3fe9307c14
commit
f92e0d3d3a
@ -81,6 +81,11 @@
|
||||
};
|
||||
|
||||
&partitions {
|
||||
partition@60c0000 {
|
||||
label = "unknown";
|
||||
reg = <0x60c0000 0xd00000>;
|
||||
};
|
||||
|
||||
partition@6dc0000 {
|
||||
label = "reservearea";
|
||||
reg = <0x6dc0000 0x240000>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user