ntpd: enable ATOM (PPS) support 1302/head
authorChristian Pointner <equinox@spreadspace.org>
Sun, 17 May 2015 15:58:54 +0000 (17:58 +0200)
committerChristian Pointner <equinox@spreadspace.org>
Mon, 25 May 2015 16:45:23 +0000 (18:45 +0200)
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
net/ntpd/Makefile

index 46e08f594667dae630814bf6539e6fce009e154d..b9c9706cb0cd256e0a411dc36e0f3402a697983b 100644 (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 \