The Pirelli A226M-FWB has a wrong linux partition offset, probably caused
by a copy-paste error. As of result of this, OpenWrt is currently broken
in this unit.

Fix it.

Signed-off-by: Daniel González Cabanelas <dgcb...@gmail.com>
---
 target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts 
b/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts
index d0b1e55213..b477fb40de 100644
--- a/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts
+++ b/target/linux/bcm63xx/dts/bcm6358-pirelli-a226m-fwb.dts
@@ -109,7 +109,7 @@
 
                linux@10000 {
                        label = "linux";
-                       reg = <0x010000 0xfc0000>;
+                       reg = <0x020000 0xfc0000>;
                        compatible = "brcm,bcm963xx-imagetag";
                };
 
-- 
2.27.0





_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to