From 9fb062cf9332658e2c2b1e0decf6f56088d42024 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 SVN-Revision: 45792 --- target/linux/mvebu/base-files/etc/init.d/u-boot_env | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 target/linux/mvebu/base-files/etc/init.d/u-boot_env (limited to 'target/linux/mvebu/base-files/etc/init.d') diff --git a/target/linux/mvebu/base-files/etc/init.d/u-boot_env b/target/linux/mvebu/base-files/etc/init.d/u-boot_env new file mode 100755 index 0000000000..82f36cb71f --- /dev/null +++ b/target/linux/mvebu/base-files/etc/init.d/u-boot_env @@ -0,0 +1,14 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2015 OpenWrt.org + +START=97 +boot() { +. /lib/functions.sh +. /lib/mvebu.sh + +case $(mvebu_board_name) in + armada-385-linksys-caiman|armada-385-linksys-cobra|armada-xp-linksys-mamba) + fw_setenv auto_recovery off + ;; +esac +} -- cgit v1.2.3