From 700008e9d1e7b052678191c43fca926e05801d40 Mon Sep 17 00:00:00 2001 From: Fil Dunsky Date: Sun, 24 May 2026 20:44:10 +0300 Subject: [PATCH] ramips: mt76x8: cudy-lt300-v3: fix backup partition offset Fix typo in backup partition offset: `0xfe000` should be `0xfe0000`. The incorrect offset caused the partition to be mapped at `0x0fe000` instead of `0xfe0000`, placing it inside the firmware partition range. Signed-off-by: Fil Dunsky Link: https://github.com/openwrt/openwrt/pull/23511 Signed-off-by: Hauke Mehrtens --- target/linux/ramips/dts/mt7628an_cudy_lt300-v3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/mt7628an_cudy_lt300-v3.dts b/target/linux/ramips/dts/mt7628an_cudy_lt300-v3.dts index 18bf54b29d..ec25c27645 100644 --- a/target/linux/ramips/dts/mt7628an_cudy_lt300-v3.dts +++ b/target/linux/ramips/dts/mt7628an_cudy_lt300-v3.dts @@ -138,7 +138,7 @@ partition@fe0000 { label = "backup"; - reg = <0xfe000 0x10000>; + reg = <0xfe0000 0x10000>; read-only; };