b93e3c96f1a1fa9b1294e4ef30a5ffc57dfac6d2
[openwrt/staging/rmilecki.git] / target / linux / ramips / base-files / etc / init.d / bootcount
1 #!/bin/sh /etc/rc.common
2 . /lib/ramips.sh
3
4 START=99
5
6 start() {
7 local board=$(ramips_board_name)
8 if [ $board = "sk-wb8" ]; then
9 fw_setenv bootcount 0
10 fi
11 }