summaryrefslogtreecommitdiff
path: root/target/linux/mvebu/base-files/etc/init.d/u-boot_env
blob: 82f36cb71fcef368cc49528714b621c844c1f0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}