X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5bd92e199ff0fdd9a2efec325dd9c79e0600f238..55ec45bb519e80766129b7cd4e68001bf9556e96:/target/default/target_skeleton/sbin/mount_root diff --git a/target/default/target_skeleton/sbin/mount_root b/target/default/target_skeleton/sbin/mount_root index db73eaed5..b15d6b9e7 100755 --- a/target/default/target_skeleton/sbin/mount_root +++ b/target/default/target_skeleton/sbin/mount_root @@ -2,6 +2,7 @@ if [ "$1" != "failsafe" ]; then mount | grep jffs2 >&- if [ $? = 0 ] ; then + mtd unlock linux mtd unlock rootfs [ $(cat /proc/mtd | wc -l) = 6 ] && { echo 5 > /proc/sys/diag