From 7b3ce0e6f739d31e42f8207f45b487d40401dc84 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 16:02:08 +0100 Subject: [PATCH] gpsdate: Provide a default config for the ODU system The ODU has the GPSD for GNSS/GPS listening on a different port. In hindsight this was a stupid decision but one we can only fix once we move to generating the config of the system at boot time. Fixes: SYS#906 --- recipes-extra/gpsdate/files/sysmocom-odu/gpsdate.default | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-extra/gpsdate/files/sysmocom-odu/gpsdate.default diff --git a/recipes-extra/gpsdate/files/sysmocom-odu/gpsdate.default b/recipes-extra/gpsdate/files/sysmocom-odu/gpsdate.default new file mode 100644 index 0000000..8e8d016 --- /dev/null +++ b/recipes-extra/gpsdate/files/sysmocom-odu/gpsdate.default @@ -0,0 +1,2 @@ +GPSDATE_HOST=127.0.0.1 +GPSDATE_PORT=50002