[OpenWrt-Devel] [PATCH RESEND 2/2] kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs

Richard Kunze richard.kunze at web.de
Mon Dec 8 16:41:29 EST 2014


Signed-off-by: Richard Kunze <richard.kunze at web.de>
---
 .../kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch  | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 target/linux/kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch

diff --git a/target/linux/kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch b/target/linux/kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch
new file mode 100644
index 0000000..46005c5
--- /dev/null
+++ b/target/linux/kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch
@@ -0,0 +1,13 @@
+--- a/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
++++ b/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
+@@ -195,8 +195,8 @@
+ 	};
+ 
+ 	partition at 400000 {
+-		label = "uInitrd";
+-		reg = <0x540000 0x1000000>;
++		label = "rootfs";
++		reg = <0x400000 0x1C00000>;
+ 	};
+ };
+ 
-- 
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list