[openwrt/openwrt] ath79: reduce config partition size for RE450 v1 and RE355 v1 to 0x20000

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 20 15:04:15 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a03bd9d9a886d827d81e812c67437ffedba3606a

commit a03bd9d9a886d827d81e812c67437ffedba3606a
Author: Radek Dostál <rd at radekdostal.com>
AuthorDate: Sun Nov 9 17:35:51 2025 +0100

    ath79: reduce config partition size for RE450 v1 and RE355 v1 to 0x20000
    
    Dump of content of my RE450 v1 showed, that there are valid data only
    up to 0x10420. Everything after is just 0xFF. This will also make
    partition table identical to qca9563_tplink_re450-v2.dts, which seems
    to be logical.
    
    Signed-off-by: Radek Dostál <rd at radekdostal.com>
    Link: https://github.com/openwrt/openwrt/pull/20709
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi b/target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
index 3857635672..8000459f24 100644
--- a/target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
+++ b/target/linux/ath79/dts/qca9558_tplink_rex5x.dtsi
@@ -162,7 +162,7 @@
 
 			partition at 630000 {
 				label = "config";
-				reg = <0x630000 0x1c0000>;
+				reg = <0x630000 0x020000>;
 				read-only;
 			};
 




More information about the lede-commits mailing list