807801a34faf53ec16f81096bc8afd1ac1195547
[openwrt/staging/nbd.git] / target / linux / ramips / mt7621 / 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 samknows,whitebox-v8)
8 fw_setenv bootcount 0
9 ;;
10 esac
11 }