summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/etc/init.d/bootcount
blob: 0f260fa3fc67f9bb44d8273a25b1d4549f41ee79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh /etc/rc.common

START=99

start() {
	. /lib/functions.sh

	local board=$(board_name)
	if [ $board = "sk-wb8" ]; then
		fw_setenv bootcount 0
	fi
}