As @Wade Coxon said, it's not running/starting. To expand a bit, here are a few steps to get you going:
See if the chronyd log file has any information. It's located at /opt/var/log/chrony.log
Try a restart of chronyd:
$ /opt/etc/init.d/S77chronyd restart
See if any errors are printed and also check the log file above.
It does sound like a problem with the config file. This file is located at /opt/etc/ntdpmerlin.d/chrony.conf
If it is running and you are still getting "0" for times/offsets, use the command chronyc to look around.
One of chronyc commands that is very useful is:
$ chronyc sources
This will show all the remote timeservers it's attempting to get data from.
Chronyc has lots of commands:
$ chronyc help
Good luck!
Thanks, I needed to reboot router for other reasons, and it seems to be working now.