ipq806x: add support for Linksys EA7500 V1
[openwrt/openwrt.git] / target / linux / ipq806x / 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,ea7500-v1 |\
8 linksys,ea8500)
9 mtd resetbc s_env || true
10 ;;
11 esac
12 }