From bd0b32e2e2680d44f113f318e2edbf19c5ef35f1 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 10 May 2016 23:03:41 +0000 Subject: [PATCH] kirkwood: Migrate Iconnect to new ubi image format Default partition name is now ubi. Signed-off-by: Wojciech Dubowik SVN-Revision: 49369 --- target/linux/kirkwood/patches-4.4/130-iconnect.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/kirkwood/patches-4.4/130-iconnect.patch b/target/linux/kirkwood/patches-4.4/130-iconnect.patch index c95579d793..2d0a376d02 100644 --- a/target/linux/kirkwood/patches-4.4/130-iconnect.patch +++ b/target/linux/kirkwood/patches-4.4/130-iconnect.patch @@ -34,7 +34,7 @@ - label = "boot"; - reg = <0x980000 0x1f400000>; + partition@200000 { -+ label = "root"; ++ label = "ubi"; + reg = <0x200000 0x1fe00000>; }; }; -- 2.30.2