treewide: clean up download hashes
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -43,7 +43,7 @@ endef
|
||||
define Download/kernel
|
||||
URL:=$(LINUX_SITE)
|
||||
FILE:=$(LINUX_SOURCE)
|
||||
MD5SUM:=$(LINUX_KERNEL_MD5SUM)
|
||||
HASH:=$(LINUX_KERNEL_HASH)
|
||||
endef
|
||||
|
||||
KERNEL_GIT_OPTS:=
|
||||
|
||||
Reference in New Issue
Block a user