From: Felix Fietkau Date: Sun, 3 Apr 2005 20:34:22 +0000 (+0000) Subject: unlock linux partition in mount_root X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d7afbf7e4f499725dacadc7fb43dd871e3aa5410;p=15.05%2Fopenwrt.git unlock linux partition in mount_root git-svn-id: svn://svn.openwrt.org/openwrt/trunk@547 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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