mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
unlock linux partition in mount_root
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@547 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
68e11bcffb
commit
7f8bfc8bc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user