From: Ahmed Naseef Date: Fri, 27 Feb 2026 08:31:02 +0000 (+0400) Subject: econet: en7528: add missing flash partition for DASAN H660GM-A Generic X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f92e0d3d3ac34d2e7ee376a2186ebd030c5e6faa;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/22195 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts b/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts index b50a1c6aa00..9473f2b390d 100644 --- a/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts +++ b/target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts @@ -81,6 +81,11 @@ }; &partitions { + partition@60c0000 { + label = "unknown"; + reg = <0x60c0000 0xd00000>; + }; + partition@6dc0000 { label = "reservearea"; reg = <0x6dc0000 0x240000>;