#!/bin/sh /etc/rc.common

START=99

boot() {
	case "$(board_name)" in
	edgecore,eap101)
		fw_setenv bootcount 0
		;;
	esac
}
