bootcount 161 B

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