From: nbd Date: Sun, 3 Apr 2005 20:34:22 +0000 (+0000) Subject: unlock linux partition in mount_root X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=7f8bfc8bc2651d678ed7614289377a6ede16460e;hp=68e11bcffb23c624f502639ea8249ef86e6251d0;p=openwrt-10.03%2F.git unlock linux partition in mount_root git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@547 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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