[package] update ntp to 4.2.4p8 (#6330)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18728 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bb398c49f0
commit
0662cdac27
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ntp
|
||||
PKG_VERSION:=4.2.4p7
|
||||
PKG_VERSION:=4.2.4p8
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
|
||||
PKG_MD5SUM:=8c19ff62ed4f7d64f8e2aa59cb11f364
|
||||
PKG_MD5SUM:=fe137056e7e611798a46971a783567ce
|
||||
|
||||
PKG_BUILD_DEPENDS:=libelf
|
||||
|
||||
@ -114,7 +114,7 @@ define Package/ntpd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpd/ntpd $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_DATA) ./files/ntp.conf $(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
|
||||
|
Loading…
x
Reference in New Issue
Block a user