mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ntp
|
||||
PKG_VERSION:=4.2.8p10
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
|
||||
@@ -87,10 +87,6 @@ $(call Package/ntpd/Default/description)
|
||||
This package contains the ntp-keygen.
|
||||
endef
|
||||
|
||||
define Package/ntpd/conffiles
|
||||
/etc/ntp.conf
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
ac_cv_header_md5_h=no \
|
||||
ac_cv_lib_rt_sched_setscheduler=no \
|
||||
@@ -118,8 +114,6 @@ define Package/ntpd/install
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpd/ntpd $(1)/sbin/
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) ./files/ntpd.hotplug-helper $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_CONF) ./files/ntp.conf $(1)/etc/
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/ntpd.init $(1)/etc/init.d/ntpd
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# use a random selection of 4 public stratum 2 servers
|
||||
# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
|
||||
|
||||
#restrict default nomodify notrap noquery
|
||||
#restrict default noquery
|
||||
|
||||
restrict 127.0.0.1
|
||||
|
||||
driftfile /var/lib/ntp/ntp.drift
|
||||
|
||||
server 0.openwrt.pool.ntp.org iburst
|
||||
server 1.openwrt.pool.ntp.org iburst
|
||||
server 2.openwrt.pool.ntp.org iburst
|
||||
server 3.openwrt.pool.ntp.org iburst
|
||||
|
||||
|
||||
# GPS(NMEA)+PPS
|
||||
#server 127.127.20.0 minpoll 4 prefer
|
||||
#fudge 127.127.20.0 flag3 1 flag2 0
|
||||
|
||||
# SMA PPS
|
||||
#server 127.127.28.0 minpoll 4 prefer
|
||||
#fudge 127.127.28.0 refid PPS flag3 1
|
||||
|
||||
#server 192.168.1.253
|
||||
|
||||
Reference in New Issue
Block a user