From fa3ab0c237b76eed2a7ee5f56d47802adfdc5c3a Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 4 Oct 2013 03:45:52 +0000 Subject: kirkwood: add support for UBI (3.10.x) Signed-off-by: Luka Perkov SVN-Revision: 38301 --- target/linux/kirkwood/patches-3.10/110-ib62x0.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'target/linux/kirkwood/patches-3.10') diff --git a/target/linux/kirkwood/patches-3.10/110-ib62x0.patch b/target/linux/kirkwood/patches-3.10/110-ib62x0.patch index 7404decd7e..3659b9587b 100644 --- a/target/linux/kirkwood/patches-3.10/110-ib62x0.patch +++ b/target/linux/kirkwood/patches-3.10/110-ib62x0.patch @@ -34,10 +34,9 @@ }; - partition@700000 { -- label = "root"; -- reg = <0x0700000 0xf900000>; + partition@100000 { -+ label = "rootfs"; + label = "root"; +- reg = <0x0700000 0xf900000>; + reg = <0x100000 0xff00000>; }; - -- cgit v1.2.3