uhttpd: we don't know where the device is located, so reflect that in the cert
[openwrt/staging/yousong.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 }