82f36cb71fcef368cc49528714b621c844c1f0a0
[openwrt/svn-archive/archive.git] / target / linux / mvebu / base-files / etc / init.d / u-boot_env
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2015 OpenWrt.org
3
4 START=97
5 boot() {
6 . /lib/functions.sh
7 . /lib/mvebu.sh
8
9 case $(mvebu_board_name) in
10 armada-385-linksys-caiman|armada-385-linksys-cobra|armada-xp-linksys-mamba)
11 fw_setenv auto_recovery off
12 ;;
13 esac
14 }