From 2333ec43a8a5380c9b026aa4d81a358a56a517ff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Apr 2005 20:34:22 +0000 Subject: [PATCH] unlock linux partition in mount_root SVN-Revision: 547 --- openwrt/target/default/target_skeleton/sbin/mount_root | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/target/default/target_skeleton/sbin/mount_root b/openwrt/target/default/target_skeleton/sbin/mount_root index db73eaed50..b15d6b9e7c 100755 --- a/openwrt/target/default/target_skeleton/sbin/mount_root +++ b/openwrt/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