projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nas -> nas4not
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
sbin
/
mount_root
diff --git
a/openwrt/target/default/target_skeleton/sbin/mount_root
b/openwrt/target/default/target_skeleton/sbin/mount_root
index
db73eae
..
b15d6b9
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/sbin/mount_root
+++ b/
openwrt/target/default/target_skeleton/sbin/mount_root
@@
-2,6
+2,7
@@
if [ "$1" != "failsafe" ]; then
mount | grep jffs2 >&-
if [ $? = 0 ] ; then
+ mtd unlock linux
mtd unlock rootfs
[ $(cat /proc/mtd | wc -l) = 6 ] && {
echo 5 > /proc/sys/diag
This page took
0.048828 seconds
and
4
git commands to generate.