diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-06 09:30:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-06 09:30:47 +0200 |
commit | 1ee023be2f064519faedc5deb2987a5ef5dabdf2 (patch) | |
tree | 2d308e0d5bc335cc8fe49adeeb54e428ee7cba01 /package/atftp | |
parent | 61ae22810a8ca90d3b904d89eb3892c6cf92e87c (diff) | |
download | buildroot-1ee023be2f064519faedc5deb2987a5ef5dabdf2.tar.gz buildroot-1ee023be2f064519faedc5deb2987a5ef5dabdf2.zip |
atftp: add hash file
Adding a hash file will allow autobuilders to detect that the files
they have downloaded is invalid. It will be removed, and then
re-downloaded in a followup build.
Should fix issues such as:
http://autobuild.buildroot.org/results/939/93963514fc42d481808b1a046f3e1376286bdae2/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/atftp')
-rw-r--r-- | package/atftp/atftp.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/atftp/atftp.hash b/package/atftp/atftp.hash new file mode 100644 index 0000000000..b7860c7681 --- /dev/null +++ b/package/atftp/atftp.hash @@ -0,0 +1,2 @@ +# Locally computed +sha1 fc9e9f821dfd2f257b4a5c32b948ed60b4e31fd1 atftp-0.7.1.tar.gz |