bc4eeb6530d4901603c31bff5cb135aa00a1fe9d
[openwrt/openwrt.git] / target / linux / mediatek / mt7622 / 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,e8450)
8 mtd erase senv || true
9 ;;
10 esac
11 }