X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cdd3f428a8de85c3c4f2eee9a350e382f649d662..38c6cb915b2555f515d407333f449ba5b8193c6d:/target/linux/brcm-2.4/base-files/default/sbin/mount_root?ds=sidebyside diff --git a/target/linux/brcm-2.4/base-files/default/sbin/mount_root b/target/linux/brcm-2.4/base-files/default/sbin/mount_root index 3ed1b5861..a9dd2764d 100755 --- a/target/linux/brcm-2.4/base-files/default/sbin/mount_root +++ b/target/linux/brcm-2.4/base-files/default/sbin/mount_root @@ -19,7 +19,7 @@ if [ "$1" != "failsafe" ]; then is_dirty [ $? != 0 ] && { echo "switching to jffs2" - mount $(find_mtd_part OpenWrt) /jffs -t jffs2 + mount $(find_mtd_part rootfs_data) /jffs -t jffs2 fopivot /jffs /rom } || { echo "jffs2 not ready yet; using ramdisk"