projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705240e
)
uboot-kirkwood: fix default bootcmd for Seagate Dockstar
author
Paul Wassi
<p.wassi@gmx.at>
Tue, 25 Oct 2016 07:57:25 +0000
(09:57 +0200)
committer
John Crispin
<john@phrozen.org>
Thu, 27 Oct 2016 10:45:02 +0000
(12:45 +0200)
Fix the default value for the 'bootcmd' environment variable.
Therefore make the default bootcmd work for buildbot's images.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
package/boot/uboot-kirkwood/patches/110-dockstar.patch
patch
|
blob
|
history
diff --git
a/package/boot/uboot-kirkwood/patches/110-dockstar.patch
b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
index 738ccc265d82d669497e4beb6c0fc9294c2ec18d..07d65de174abf19eb8fda95319112f468b8376dd 100644
(file)
--- a/
package/boot/uboot-kirkwood/patches/110-dockstar.patch
+++ b/
package/boot/uboot-kirkwood/patches/110-dockstar.patch
@@
-28,7
+28,7
@@
- "bootm 0x800000 0x1100000"
+ "ubi part ubi; " \
+ "ubi read 0x800000 kernel; " \
-+ "boot
z
0x800000"
++ "boot
m
0x800000"
-#define CONFIG_MTDPARTS "mtdparts=orion_nand:1m(uboot),-(root)\0"
+#define CONFIG_MTDPARTS \