6347976372b14f0b182033baa199334342eb1418
[openwrt/openwrt.git] / target / linux / qualcommax / ipq60xx / base-files / etc / init.d / bootcount
1 #!/bin/sh /etc/rc.common
2
3 START=99
4
5 . /lib/functions.sh
6
7 boot() {
8 case $(board_name) in
9 yuncore,fap650)
10 fw_setenv owrt_bootcount 0
11 ;;
12 esac
13 }
14