U-Boot 2014.07 doesn't fit and needs one more page, this patch only add that page to uboot and moves the next partitions one page more and shrinks one page firmware partition. Also changes the name of the device to the last manufacturer of this model. In fact Astoria Networks is part of Arcadyan.
Signed-off-by: David Santamaría Rogado <howl.nsp at gmail.com> --- target/linux/lantiq/dts/ARV7519RW22.dts | 8 +++++++------- target/linux/lantiq/xrx200/profiles/arv.mk | 2 +++++++------- 2 files changed, 5 insertions(+), 5 deletions(-) diff -u a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts --- a/target/linux/lantiq/dts/ARV7519RW22.dts 2015-12-14 11:57:33.443175606 +0100 +++ b/target/linux/lantiq/dts/ARV7519RW22.dts 2015-12-14 12:05:36.027578665 +0100 @@ -3,7 +3,7 @@ /include/ "vr9.dtsi" / { - model = "ARV7519RW22 - Astoria Networks ARV7519RW22-A-LT"; + model = "ARV7519RW22 - Arcadyan ARV7519RW22-A-LT"; chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; @@ -24,19 +24,19 @@ partition@0 { label = "uboot"; - reg = <0x0 0x60000>; + reg = <0x0 0x80000>; read-only; }; partition@60000 { label = "uboot-env"; - reg = <0x60000 0x20000>; + reg = <0x80000 0x20000>; read-only; }; partition@80000 { label = "firmware"; - reg = <0x80000 0x1f00000>; + reg = <0xa0000 0x1ee0000>; }; boardconfig: partition@1f80000 { diff -u a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk --- a/target/linux/lantiq/xrx200/profiles/arv.mk 2015-12-14 12:08:42.862381747 +0100 +++ b/target/linux/lantiq/xrx200/profiles/arv.mk 2015-12-14 12:11:30.761725880 +0100 @@ -39,7 +39,7 @@ $(eval $(call Profile,VGV7519BRN)) define Profile/ARV7519RW22 - NAME:=Livebox Astoria ARV7519RW22 + NAME:=Livebox 2.1 / Arcadyan ARV7519RW22-A-LT PACKAGES:=kmod-usb-dwc2 endef _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel