kirkwood: use real model names for Linksys devices
[openwrt/openwrt.git] / target / linux / kirkwood / 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,e4200-v2|\
8 linksys,ea3500|\
9 linksys,ea4500)
10 mtd resetbc s_env || true
11 ;;
12 esac
13 }