filogic: support Telenor branded ZyXEL EX5700
[openwrt/staging/neocturne.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 }