Files
openwrt-kernel5.4-nss-qsdk10.0/target/linux/ath79/nand/base-files/etc/init.d/bootcount
2025-06-24 13:14:22 +02:00

13 lines
169 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# SPDX-License-Identifier: GPL-2.0-only
START=99
boot() {
case $(board_name) in
glinet,gl-ar300m-nand)
fw_setenv bootcount 0
;;
esac
}