lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8ed74d14f9e1f812c0e595b27223d83b7f0e717f
parent 1e2cd3318b67584d12ea9ee27e1b23927510f630
Author: Ted Hess <thess@kitschensync.net>
Date:   Mon, 25 May 2015 14:01:53 -0400

Merge pull request #1302 from equinox0815/ntpd-enable-pps

ntpd: enable ATOM (PPS) support
Diffstat:
Mnet/ntpd/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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 \