projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add incomplete ar7 hardware support (disabled by default)
[openwrt.git]
/
root
/
etc
/
preinit
diff --git
a/root/etc/preinit
b/root/etc/preinit
index
099d2dc
..
1054282
100755
(executable)
--- a/
root/etc/preinit
+++ b/
root/etc/preinit
@@
-4,13
+4,12
@@
insmod diag
echo 0x01 > /proc/sys/diag
sleep 1
if /sbin/resetmon ; then
echo 0x01 > /proc/sys/diag
sleep 1
if /sbin/resetmon ; then
- m
ount -t jffs2 /dev/mtdblock/4 /jffs && \
- m
td unlock mtd4 &
+ m
td unlock mtd4
+ m
ount -t jffs2 /dev/mtdblock/4 /jffs
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc
- umount rom/proc
- umount rom/dev
+ umount rom/proc rom/dev
else
export FAILSAFE=true
fi
else
export FAILSAFE=true
fi
This page took
0.022733 seconds
and
4
git commands to generate.