diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-23 06:47:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-23 06:47:34 +0000 |
commit | ded9ff0bccc09461a140462a2b4a8a08508352ac (patch) | |
tree | cb201312b5e57cc203556d927fbb320a462058a5 /make/ntp.mk | |
parent | 4e10e4af1870b6c87793201c0e799b75c85b182d (diff) | |
download | buildroot-novena-ded9ff0bccc09461a140462a2b4a8a08508352ac.tar.gz buildroot-novena-ded9ff0bccc09461a140462a2b4a8a08508352ac.zip |
As noted by Michael Labuschke, ntp is a gzip archive...
Diffstat (limited to 'make/ntp.mk')
-rw-r--r-- | make/ntp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/ntp.mk b/make/ntp.mk index 5b3b94fb9..d949d3066 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 |