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

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:
Ahmed Naseef 2026-02-27 12:31:02 +04:00 committed by Hauke Mehrtens
parent 3fe9307c14
commit f92e0d3d3a

View file

@ -81,6 +81,11 @@
};
&partitions {
partition@60c0000 {
label = "unknown";
reg = <0x60c0000 0xd00000>;
};
partition@6dc0000 {
label = "reservearea";
reg = <0x6dc0000 0x240000>;