From: Paul J R Date: Sun, 25 Aug 2013 10:48:51 +0000 (+1000) Subject: trying to get pps to build X-Git-Url: http://git.pjr.cc/?p=wyse_ntpd.git;a=commitdiff_plain;h=1a468aff8d6f299d9efa2d7c1c1cfc821152d18a trying to get pps to build --- diff --git a/src/buildroot-2013.05/.config b/src/buildroot-2013.05/.config index ce2f183..7789724 100644 --- a/src/buildroot-2013.05/.config +++ b/src/buildroot-2013.05/.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Buildroot 2013.05-g24008ed Configuration +# Buildroot 2013.05-g8673ab6 Configuration # BR2_HAVE_DOT_CONFIG=y # BR2_arcle is not set @@ -461,7 +461,58 @@ BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL=y # BR2_PACKAGE_FMTOOLS is not set # BR2_PACKAGE_FXLOAD is not set # BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPSD is not set +BR2_PACKAGE_GPSD=y +BR2_PACKAGE_GPSD_DEVICES="/dev/ttyS1" + +# +# Features +# +# BR2_PACKAGE_GPSD_CLIENT_DEBUG is not set +# BR2_PACKAGE_GPSD_OLDSTYLE is not set + +# +# profiling support not available with uClibc-based toolchain +# +BR2_PACKAGE_GPSD_NTP_SHM=y +BR2_PACKAGE_GPSD_PPS=y +# BR2_PACKAGE_GPSD_USER is not set +# BR2_PACKAGE_GPSD_GROUP is not set +# BR2_PACKAGE_GPSD_FIXED_PORT_SPEED is not set +# BR2_PACKAGE_GPSD_MAX_CLIENT is not set +# BR2_PACKAGE_GPSD_MAX_DEV is not set +BR2_PACKAGE_GPSD_RECONFIGURE=y +BR2_PACKAGE_GPSD_CONTROLSEND=y +# BR2_PACKAGE_GPSD_SQUELCH is not set + +# +# Protocols +# +# BR2_PACKAGE_GPSD_AIVDM is not set +# BR2_PACKAGE_GPSD_ASHTECH is not set +# BR2_PACKAGE_GPSD_EARTHMATE is not set +# BR2_PACKAGE_GPSD_EVERMORE is not set +# BR2_PACKAGE_GPSD_FURY is not set +# BR2_PACKAGE_GPSD_FV18 is not set +# BR2_PACKAGE_GPSD_GARMIN is not set +# BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT is not set +# BR2_PACKAGE_GPSD_GEOSTAR is not set +# BR2_PACKAGE_GPSD_GPSCLOCK is not set +# BR2_PACKAGE_GPSD_ITRAX is not set +# BR2_PACKAGE_GPSD_MTK3301 is not set +# BR2_PACKAGE_GPSD_NAVCOM is not set +BR2_PACKAGE_GPSD_NMEA=y +# BR2_PACKAGE_GPSD_NMEA2000 is not set +# BR2_PACKAGE_GPSD_NTRIP is not set +# BR2_PACKAGE_GPSD_OCEANSERVER is not set +# BR2_PACKAGE_GPSD_ONCORE is not set +# BR2_PACKAGE_GPSD_RTCM104V2 is not set +# BR2_PACKAGE_GPSD_RTCM104V3 is not set +# BR2_PACKAGE_GPSD_SIRF is not set +# BR2_PACKAGE_GPSD_SUPERSTAR2 is not set +# BR2_PACKAGE_GPSD_TRIMBLE_TSIP is not set +# BR2_PACKAGE_GPSD_TRIPMATE is not set +# BR2_PACKAGE_GPSD_TRUE_NORTH is not set +# BR2_PACKAGE_GPSD_UBX is not set BR2_PACKAGE_GPTFDISK=y BR2_PACKAGE_GPTFDISK_GDISK=y BR2_PACKAGE_GPTFDISK_SGDISK=y diff --git a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence index 81f7c4d..138c501 100755 --- a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence +++ b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S99final_sequence @@ -17,5 +17,6 @@ fi if [ -f /fs/config/ntp.conf ] then + setserial /dev/ttyS0 low_latency ntpd -c /fs/config/ntp.conf -x -g fi