From 80396166a832ce06f8dec8f33f8b82e6fb3e040a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 17 May 2015 17:58:54 +0200 Subject: [PATCH] ntpd: enable ATOM (PPS) support Signed-off-by: Christian Pointner --- net/ntpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 46e08f5946..b9c9706cb0 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -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 \ -- 2.30.2