]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
econet: en7528: add missing flash partition for DASAN H660GM-A Generic 22195/head
authorAhmed Naseef <naseefkm@gmail.com>
Fri, 27 Feb 2026 08:31:02 +0000 (12:31 +0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 1 Mar 2026 16:36:01 +0000 (17:36 +0100)
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>
target/linux/econet/dts/en7528_dasan_h660gm-a-generic.dts

index b50a1c6aa00cfeb93ce67cd9653859cfbb9be6d0..9473f2b390d347924be54e3f7a89de704597e322 100644 (file)
 };
 
 &partitions {
+       partition@60c0000 {
+               label = "unknown";
+               reg = <0x60c0000 0xd00000>;
+       };
+
        partition@6dc0000 {
                label = "reservearea";
                reg = <0x6dc0000 0x240000>;