dd2266bdc860cd51b5873f04d7dd1849745a6a54
[openwrt/openwrt.git] / target / linux / mvebu / base-files / etc / init.d / bootcount
1 #!/bin/sh /etc/rc.common
2
3 START=99
4
5 boot() {
6 case $(board_name) in
7 linksys,caiman |\
8 linksys,cobra |\
9 linksys,mamba |\
10 linksys,rango |\
11 linksys,shelby |\
12 linksys,venom)
13 mtd resetbc s_env || true
14 ;;
15 esac
16 }