2 # Copyright (C) 2006-2010 OpenWrt.org
3 # Copyright (C) 2010 Vertical Communications
7 mount
"$(find_mtd_part rootfs_data)" /tmp
/overlay
-t jffs2
8 mtd
-qq unlock rootfs_data
12 if [ "$pi_jffs2_mount_success" != "true" ]; then
21 find_mount_jffs2
&& pi_jffs2_mount_success
=true
25 boot_hook_add preinit_mount_root do_mount_jffs2