From: Luka Perkov Date: Mon, 14 Mar 2016 17:06:10 +0000 (+0000) Subject: kirkwood/dockstar: rename partition into ubi to use auto detection of target mtd X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=17482cc47ee92069d1ab6182712002dd3032707d kirkwood/dockstar: rename partition into ubi to use auto detection of target mtd the kernel tries to use "ubi" or "data" labeled partition to find it's root filesystem. dockstar don't need anymore mtdparts= nor root= bootarguments Signed-off-by: Alexander Couzens SVN-Revision: 49011 --- diff --git a/target/linux/kirkwood/patches-3.18/140-dockstar.patch b/target/linux/kirkwood/patches-3.18/140-dockstar.patch index b1ad669283..f66e19d27f 100644 --- a/target/linux/kirkwood/patches-3.18/140-dockstar.patch +++ b/target/linux/kirkwood/patches-3.18/140-dockstar.patch @@ -25,7 +25,7 @@ - label = "data"; - reg = <0x0500000 0xfb00000>; + partition@200000 { -+ label = "root"; ++ label = "ubi"; + reg = <0x200000 0xfe00000>; }; };