# SPDX-License-Identifier: GPL-2.0-or-later

. /lib/functions.sh

case "$(board_name)" in
comtrend,ar-5315u)
	mtd fixtrx firmware
	;;
esac

exit 0
