h69k/target/linux/kirkwood/base-files/etc/init.d/bootcount

14 lines
164 B
Plaintext
Raw Normal View History

2024-09-29 14:35:28 +00:00
#!/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
}