projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa1c47
)
kirkwood/dockstar: rename partition into ubi to use auto detection of target mtd
author
Luka Perkov
<luka@openwrt.org>
Mon, 14 Mar 2016 17:06:10 +0000
(17:06 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Mon, 14 Mar 2016 17:06:10 +0000
(17:06 +0000)
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
target/linux/kirkwood/patches-3.18/140-dockstar.patch
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/patches-3.18/140-dockstar.patch
b/target/linux/kirkwood/patches-3.18/140-dockstar.patch
index b1ad669283552a9cf78b1bd670d0fb69a2bf023e..f66e19d27fd96617c43563da64ba5ad345f90999 100644
(file)
--- 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>;
};
};