bootcount 159 B

1234567891011
  1. #!/bin/sh /etc/rc.common
  2. . /lib/ramips.sh
  3. START=99
  4. start() {
  5. local board=$(ramips_board_name)
  6. if [ $board = "sk-wb8" ]; then
  7. fw_setenv bootcount 0
  8. fi
  9. }