h69k/target/linux/kirkwood/base-files/etc/init.d/bootcount
2024-09-29 22:35:28 +08:00

14 lines
164 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=99
boot() {
case $(board_name) in
linksys,e4200-v2|\
linksys,ea3500|\
linksys,ea4500)
mtd resetbc s_env || true
;;
esac
}