forked from Ivasoft/openwrt
base-files: unconditionally unlock the rootfs_data partition (#7437)
SVN-Revision: 22377
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user