From 7f8bfc8bc2651d678ed7614289377a6ede16460e Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 3 Apr 2005 20:34:22 +0000 Subject: unlock linux partition in mount_root git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@547 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/default/target_skeleton/sbin/mount_root | 1 + 1 file changed, 1 insertion(+) (limited to 'target/default/target_skeleton/sbin') 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 -- cgit v1.2.3