bootcount 152 B

1234567891011121314
  1. #!/bin/sh /etc/rc.common
  2. START=99
  3. . /lib/functions.sh
  4. boot() {
  5. case $(board_name) in
  6. yuncore,fap650)
  7. fw_setenv owrt_bootcount 0
  8. ;;
  9. esac
  10. }