ramips: add support for D-Link DAP-1325-A1
[openwrt/openwrt.git] / target / linux / ramips / mt76x8 / 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 alfa-network,awusfree1)
8 [ -n "$(fw_printenv bootcount bootchanged 2>/dev/null)" ] &&\
9 echo -e "bootcount\nbootchanged\n" | /usr/sbin/fw_setenv -s -
10 ;;
11 xiaomi,mi-router-4c|\
12 xiaomi,miwifi-nano)
13 fw_setenv flag_boot_success 1
14 ;;
15 esac
16 }