From dae8543335ed323acc294447be51ba8528c8071f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 11 Dec 2005 21:34:46 +0000
Subject: [PATCH] unlock linux partition before running jffs2root --clean.
 fixes #97

SVN-Revision: 2615
---
 openwrt/package/base-files/default/sbin/mount_root | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openwrt/package/base-files/default/sbin/mount_root b/openwrt/package/base-files/default/sbin/mount_root
index c393e06f39..e855b41a1e 100755
--- a/openwrt/package/base-files/default/sbin/mount_root
+++ b/openwrt/package/base-files/default/sbin/mount_root
@@ -22,6 +22,7 @@ if [ "$1" != "failsafe" ]; then
 		if [ -z "$(nvram get no_root_swap)" ]; then
 			is_clean || {
 				mtd erase OpenWrt
+				mtd unlock linux
 				jffs2root --clean
 			}
 			mtd unlock OpenWrt
-- 
GitLab