summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/mt7622/base-files/etc/init.d/bootcount
blob: bc4eeb6530d4901603c31bff5cb135aa00a1fe9d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh /etc/rc.common

START=99

boot() {
	case $(board_name) in
	linksys,e8450)
		mtd erase senv || true
		;;
	esac
}