From e0605febc2da7f48c76861dbbee42a0429044dd6 Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun, 3 Apr 2005 20:34:22 +0000
Subject: [PATCH] unlock linux partition in mount_root

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@547 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 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 db73eaed5..b15d6b9e7 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
-- 
2.20.1