I might be missing something, but wouldn’t enabling “server” make the Spitz Plus act as an NTP server to other clients? I only want it to sync with a local GPS stratum 1 NTP time source on the LAN.
HAH! Silly me; I misread your OP as if you wanted you Spitz Plus to be the NTP server for downstream clients! Here you go:
myNTPServerIPHere='< my NTP server IP here >' # keep the quote marks
uci set system.@timeserver[0].server="{$myNTPServerIPHere}"
uci commit system
/etc/init.d/sysntpd restart
The IP should be reflected in LuCI -> System -> System -> Time Synchronization.