|
|
@ -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 |
|
|
|