[OpenWrt-Devel] [PATCH 4/5] kirkwood/dockstar: rename partition into ubi to use auto detection of target mtd

Alexander Couzens lynxis at fe80.eu
Wed Mar 2 05:12:08 EST 2016


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 <lynxis at fe80.eu>
---
 target/linux/kirkwood/patches-3.18/140-dockstar.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/kirkwood/patches-3.18/140-dockstar.patch b/target/linux/kirkwood/patches-3.18/140-dockstar.patch
index b1ad669..f66e19d 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 at 200000 {
-+		label = "root";
++		label = "ubi";
 +		reg = <0x200000 0xfe00000>;
  	};
  };
-- 
2.7.2
_______________________________________________
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