projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tweaks for 2M devices
[openwrt.git]
/
package
/
base-files
/
files
/
sbin
/
mount_root
diff --git
a/package/base-files/files/sbin/mount_root
b/package/base-files/files/sbin/mount_root
index
1aa7db7
..
2006f01
100755
(executable)
--- a/
package/base-files/files/sbin/mount_root
+++ b/
package/base-files/files/sbin/mount_root
@@
-47,7
+47,7
@@
jffs2_ready () {
. /bin/firstboot
jffs2_ready && {
echo "switching to jffs2"
- mount "$(find_mtd_part rootfs_data)" /jffs -t jffs2
+ mount "$(find_mtd_part rootfs_data)" /jffs -t jffs2
&& \
fopivot /jffs /rom
} || {
echo "jffs2 not ready yet; using ramdisk"
This page took
0.020814 seconds
and
4
git commands to generate.