summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
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
commite9e16bef083786d889d0ba0684e67be0215531c8 (patch)
treee2ffc5187b9b6223d560a2a24677b0d73b5e8e0d /target/linux/kirkwood
parentafa1c47e71d56d95d98e981271c35f5d8d8aa78e (diff)
downloadmaster-31e0f0ae-e9e16bef083786d889d0ba0684e67be0215531c8.tar.gz
master-31e0f0ae-e9e16bef083786d889d0ba0684e67be0215531c8.tar.bz2
master-31e0f0ae-e9e16bef083786d889d0ba0684e67be0215531c8.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> SVN-Revision: 49011
Diffstat (limited to 'target/linux/kirkwood')
-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>;
};
};