mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-05 05:20:37 +01:00
econet: en7528: add missing flash partition for DASAN H660GM-A Generic
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
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
1 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,11 @@
|
|||
};
|
||||
|
||||
&partitions {
|
||||
partition@60c0000 {
|
||||
label = "unknown";
|
||||
reg = <0x60c0000 0xd00000>;
|
||||
};
|
||||
|
||||
partition@6dc0000 {
|
||||
label = "reservearea";
|
||||
reg = <0x6dc0000 0x240000>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue