qualcommax: ipq60xx: mute warning on bootcount enable compile
[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 boot() {
6 case $(board_name) in
7 yuncore,fap650)
8 fw_setenv owrt_bootcount 0
9 ;;
10 esac
11 }
12