h69k/target/linux/kirkwood/base-files/etc/init.d/bootcount
2024-11-13 21:14:54 +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
}