projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] WRT160NL: more mtd parser cleanup
[openwrt.git]
/
target
/
linux
/
rb532
/
base-files
/
sbin
/
wget2nand
diff --git
a/target/linux/rb532/base-files/sbin/wget2nand
b/target/linux/rb532/base-files/sbin/wget2nand
index
b0f4205
..
57f4128
100755
(executable)
--- a/
target/linux/rb532/base-files/sbin/wget2nand
+++ b/
target/linux/rb532/base-files/sbin/wget2nand
@@
-57,7
+57,7
@@
ls /tmp/wget2nand-boot/
ls /tmp/wget2nand/
# use kexec if present
[ -x /usr/bin/kexec ] && {
ls /tmp/wget2nand/
# use kexec if present
[ -x /usr/bin/kexec ] && {
- kexec -l /tmp/wget2nand-boot/kernel --command-line="$(cat /proc/cmdline) root=$main rootfstype=yaffs2
init=/etc/preinit
"
+ kexec -l /tmp/wget2nand-boot/kernel --command-line="$(cat /proc/cmdline) root=$main rootfstype=yaffs2"
kexec -e
}
kexec -e
}
This page took
0.022783 seconds
and
4
git commands to generate.