From 35e9d448f29f64c9a2565a9dff8643da911e210a Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 19 Oct 2014 08:45:56 +0000
Subject: [PATCH] ramips: fix usercfg partition offset for WHR-1166D

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42958
---
 target/linux/ramips/dts/WHR-1166D.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts
index d62be1e10e..236987c721 100644
--- a/target/linux/ramips/dts/WHR-1166D.dts
+++ b/target/linux/ramips/dts/WHR-1166D.dts
@@ -47,7 +47,7 @@
 
 				partition@e00000 {
 					label = "usercfg";
-					reg = <0xe00000 0x100000>;
+					reg = <0xf00000 0x100000>;
 				};
 			};
 		};
-- 
GitLab