projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: prevent possible sourcing of JFFS2 meta files when merging...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
preinit
/
40_mount_jffs2
diff --git
a/package/base-files/files/lib/preinit/40_mount_jffs2
b/package/base-files/files/lib/preinit/40_mount_jffs2
index
cb743ea
..
d2f05b0
100644
(file)
--- a/
package/base-files/files/lib/preinit/40_mount_jffs2
+++ b/
package/base-files/files/lib/preinit/40_mount_jffs2
@@
-5,6
+5,7
@@
find_mount_jffs2() {
mkdir -p /tmp/overlay
mount "$(find_mtd_part rootfs_data)" /tmp/overlay -t jffs2
+ mtd -qq unlock rootfs_data
}
jffs2_not_mounted() {
This page took
0.023188 seconds
and
4
git commands to generate.