Author: luka
Date: 2016-03-14 18:06:10 +0100 (Mon, 14 Mar 2016)
New Revision: 49011

Modified:
   trunk/target/linux/kirkwood/patches-3.18/140-dockstar.patch
Log:
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 <[email protected]>

Modified: trunk/target/linux/kirkwood/patches-3.18/140-dockstar.patch
===================================================================
--- trunk/target/linux/kirkwood/patches-3.18/140-dockstar.patch 2016-03-14 
17:06:09 UTC (rev 49010)
+++ trunk/target/linux/kirkwood/patches-3.18/140-dockstar.patch 2016-03-14 
17:06:10 UTC (rev 49011)
@@ -25,7 +25,7 @@
 -              label = "data";
 -              reg = <0x0500000 0xfb00000>;
 +      partition@200000 {
-+              label = "root";
++              label = "ubi";
 +              reg = <0x200000 0xfe00000>;
        };
  };
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to