aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-14 17:06:10 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-14 17:06:10 +0000
commitd62c8a0984bab111fb9b7bd95d8cb631020f99de (patch)
treead367e6fc6b9ade1b32fdbdf4de1c016c200d806
parent471e5346825d21b385afc434e3334f4162550324 (diff)
downloadmaster-187ad058-d62c8a0984bab111fb9b7bd95d8cb631020f99de.tar.gz
master-187ad058-d62c8a0984bab111fb9b7bd95d8cb631020f99de.tar.bz2
master-187ad058-d62c8a0984bab111fb9b7bd95d8cb631020f99de.zip
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 <lynxis@fe80.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49011 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/kirkwood/patches-3.18/140-dockstar.patch2
1 files changed, 1 insertions, 1 deletions
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>;
};
};