ntpd: enable ATOM (PPS) support

Signed-off-by: Christian Pointner <equinox@spreadspace.org>
This commit is contained in:
Christian Pointner 2015-05-17 17:58:54 +02:00
parent 1e2cd3318b
commit 80396166a8

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ntp
PKG_VERSION:=4.2.8p2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
@ -103,6 +103,7 @@ CONFIGURE_ARGS += \
--enable-NMEA \
--enable-LOCAL-CLOCK \
--enable-SHM \
--enable-ATOM \
--enable-linuxcaps \
--with-yielding-select=yes \
--with-crypto \