X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fdownload.mk;h=82a3dd2f988d28fc5ee6e74e0244ba315769c4af;hb=ceefe616c8aeae6ebae888de85223a1510fc9d22;hp=b87686dd0781183867951d431ae57c8714ba7713;hpb=84bd74057f0d2543ddbc7de2351b0a310df329c6;p=openwrt%2Fopenwrt.git diff --git a/include/download.mk b/include/download.mk index b87686dd07..82a3dd2f98 100644 --- a/include/download.mk +++ b/include/download.mk @@ -94,13 +94,10 @@ endif C_md5_deprecated = Use of $(2) is deprecated, switch to $(3) -# Skip MD5SUM check in feeds until OpenWrt is updated -ifneq ($(filter $(foreach dir,package tools toolchain, $(TOPDIR)/$(dir)/%),$(CURDIR)),) check_md5 = \ $(if $(filter-out x,$(1)), \ $(call check_warn,md5_deprecated,$(1),$(2),$(3)) \ ) -endif hash_var = $(if $(filter-out x,$(1)),MD5SUM,HASH) endif