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

START=99

boot() {
	case $(board_name) in
	methode,udpu|\
	methode,edpu)
		fw_setenv bootcount 0
	;;
	esac
}
