I like being able to give ntp access to otherwise firewalled subnet and I see that the rout10 is already running an ntp daemon. Is this a reasonable addition to post-cfg.sh?
if [ "$(uci get system.ntp.enable_server)" != "1" ]; then
uci set system.ntp.enable_server="1"
uci commit system
/etc/init.d/sysntpd restart
fi