diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-16 17:32:10 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-16 22:39:22 +0100 |
commit | 720b99215da295a2e7b4acdef30b58bec6acedc2 (patch) | |
tree | 73ac1ea4ae91e5d6b2bfcfbc7bb71434d81be922 /target/linux/arm64/image | |
parent | 4921760a4531bff87c3928a622a5c9e50b9f56d3 (diff) | |
download | upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.gz upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.tar.bz2 upstream-720b99215da295a2e7b4acdef30b58bec6acedc2.zip |
treewide: clean up download hashes
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/arm64/image')
-rw-r--r-- | target/linux/arm64/image/boot-wrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/arm64/image/boot-wrapper/Makefile b/target/linux/arm64/image/boot-wrapper/Makefile index 28148a2eea..c5cc9a6bce 100644 --- a/target/linux/arm64/image/boot-wrapper/Makefile +++ b/target/linux/arm64/image/boot-wrapper/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=\ https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=c51dde817b5ed5b8f741b67ac51bd67bd87b4a2a -PKG_MIRROR_MD5SUM:=2f029a20c906af68e9fe067c1b0ed394e4c455e142454a039f41d1d82d6e17c8 +PKG_MIRROR_HASH:=2f029a20c906af68e9fe067c1b0ed394e4c455e142454a039f41d1d82d6e17c8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org> |