From: Eric Andersen Date: Mon, 23 Jun 2003 06:47:34 +0000 (-0000) Subject: As noted by Michael Labuschke, ntp is a gzip archive... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ded9ff0bccc09461a140462a2b4a8a08508352ac;p=buildroot.git As noted by Michael Labuschke, ntp is a gzip archive... --- diff --git a/make/ntp.mk b/make/ntp.mk index 5b3b94fb9f..d949d30662 100644 --- a/make/ntp.mk +++ b/make/ntp.mk @@ -6,7 +6,7 @@ NTP_SOURCE:=ntp-4.1.1.tar.gz NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4 NTP_DIR:=$(BUILD_DIR)/ntp-4.1.1 -NTP_CAT:=bzcat +NTP_CAT:=zcat NTP_BINARY:=ntpdate/ntpdate NTP_TARGET_BINARY:=bin/ntpdate