6a5a6d52add34e3176b95cf902195b42d58e9adb
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / etc / init.d / bootcount
1 #!/bin/sh /etc/rc.common
2
3 START=99
4
5 start() {
6 . /lib/functions.sh
7
8 case $(board_name) in
9 linksys,ea8500)
10 mtd resetbc s_env || true
11 ;;
12 esac
13 }