VK-172の場合、device /dev/ttyACM0にする
...
emit "\n# No Limits for local monitoring"
emit "restrict 127.0.0.1"
emit "restrict -6 ::1\n"
--- ここから追加する ---
emit "\nGPS"
emit "server 127.127.28.0 minpoll 4 maxpoll 4"
emit "fudge 127.127.28.0 refid GPS"
--- ここまで ---
...
config timeserver 'ntp'
option enabled '1'
option enable_server '1'
ntpdは/etc/config/systemの設定に依存する
service sysntpd stop
service sysntpd disable
poolをコメントアウト
dhcp_ntp_serverをコメントアウト
refclock SHM 0 refid GPS poll 1
config timeserver 'ntp'
option enabled '0'