diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/pkg-download.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pkg-download.mk b/package/pkg-download.mk index e274712515..1fc23c4b34 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -60,6 +60,9 @@ domainseparator = $(if $(1),$(1),/) # github(user,package,version): returns site of GitHub repository github = https://github.com/$(1)/$(2)/archive/$(3) +# Expressly do not check hashes for those files +export BR_NO_CHECK_HASH_FOR + ################################################################################ # The DOWNLOAD_* helpers are in charge of getting a working copy # of the source repository for their corresponding SCM, |