From 952b6f2b0538f528b6db3202da83fb46cb982594 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 27 May 2015 19:03:22 +0000 Subject: mvebu: make flashing more safe Turn on the auto recovery feature when flashing and turn it off on successful bootup. Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45792 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mvebu/base-files/lib/upgrade/linksys.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/mvebu/base-files/lib') diff --git a/target/linux/mvebu/base-files/lib/upgrade/linksys.sh b/target/linux/mvebu/base-files/lib/upgrade/linksys.sh index f37831ba75..fc403332bd 100644 --- a/target/linux/mvebu/base-files/lib/upgrade/linksys.sh +++ b/target/linux/mvebu/base-files/lib/upgrade/linksys.sh @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2014-2015 OpenWrt.org # linksys_get_target_firmware() { @@ -19,6 +19,9 @@ linksys_get_target_firmware() { fw_setenv bootcmd "run nandboot" fi + # re-enable recovery so we get back if the new firmware is broken + fw_setenv auto_recovery yes + echo "$target_firmware" } -- cgit v1.2.3