. /lib/functions.sh

case "$(board_name)" in
meraki,mx60|\
netgear,wndr4700)
	uci set system.@system[0].compat_version="3.0"
	uci commit system
	;;
netgear,wndap620|\
netgear,wndap660)
	uci set system.@system[0].compat_version="2.0"
	uci commit system
	;;
esac

exit 0
