c52d004c639cd885838efa55095182d7ebea1cf6
[openwrt/openwrt.git] / target / linux / mediatek / filogic / base-files / etc / init.d / bootcount
1 #!/bin/sh /etc/rc.common
2 # SPDX-License-Identifier: GPL-2.0-only
3
4 START=99
5
6 boot() {
7 case $(board_name) in
8 zyxel,ex5700-telenor)
9 fw_setenv uboot_bootcount 0
10 ;;
11 esac
12 }