arm-trusted-firmware-mvebu: use SOURCE_VERSION instead of VERSION
[openwrt/staging/pepe2k.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