From 05ccf0c6dd7b3973275d52fc2fe3cf52f0085162 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38301 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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