Author: nbd Date: 2014-10-19 10:45:56 +0200 (Sun, 19 Oct 2014) New Revision: 42958
Modified: trunk/target/linux/ramips/dts/WHR-1166D.dts Log: ramips: fix usercfg partition offset for WHR-1166D Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/dts/WHR-1166D.dts =================================================================== --- trunk/target/linux/ramips/dts/WHR-1166D.dts 2014-10-19 07:58:34 UTC (rev 42957) +++ trunk/target/linux/ramips/dts/WHR-1166D.dts 2014-10-19 08:45:56 UTC (rev 42958) @@ -47,7 +47,7 @@ partition@e00000 { label = "usercfg"; - reg = <0xe00000 0x100000>; + reg = <0xf00000 0x100000>; }; }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
