diff mbox series

Openwrt 21 and lantiq_xrx200

Message ID CAOWVioUTPV-Nsc7kGcMT21bFHvPZTq7d_+QX9b8GGAJAxhsh9g@mail.gmail.com
State Not Applicable
Headers show
Series Openwrt 21 and lantiq_xrx200 | expand

Commit Message

Ivar Orskaug Sept. 14, 2021, 1:51 p.m. UTC
Hi,
I tried to upgrade my ZyXEL P-2812HNU-F3 to OpenWrt 21.
Seems the kernel has grown somewhat from OpenWrt 19.
Kernel partition in master is only 2M, whereas the 21-image is ~2,4M.
The following patch accommodates for the bigger image:


Has anyone else managed to upgrade this device to 21 successfully?

/Ivar
diff mbox series

Patch

diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
index 12280241a5..01768d31d6 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts
@@ -53,11 +53,11 @@ 

                partition@0 {
                        label = "kernel";
-                       reg = <0x0 0x200000>;
+                       reg = <0x0 0x280000>;
                };
                partition@200000 {
                        label = "ubi";
-                       reg = <0x200000 0x7e00000>;
+                       reg = <0x280000 0x7d80000>;
                };
        };
 };