[Buildroot] [git commit branch/2017.02.x] linux-firmware: correct hash

Peter Korsgaard peter at korsgaard.com
Fri Mar 31 06:52:25 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=a2c0793636adaf44df268dc9a406d12a8bd42e7f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

When linux-firmware was bumped to 6d3bc8886 in commit 3ff5896ff, a hash
file was added but the hash was wrong. This wasn't noticed before since
hashes are not checked for git downloads.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Cc: Adam Duskett <aduskett at codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit 0409b136985ff582d561076f03685da9890fa325)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/linux-firmware/linux-firmware.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.hash b/package/linux-firmware/linux-firmware.hash
index e8ee2b7..1646039 100644
--- a/package/linux-firmware/linux-firmware.hash
+++ b/package/linux-firmware/linux-firmware.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 256378564e36b8f222adb8fbe746529e73413c6cbe2b0e5574f41dfd62d92577 linux-firmware-6d3bc8886517d171068fd1263176b8b5c51df204.tar.gz
+sha256 1cd14477a392fe8c7c44e62623b85466df90ed72a55ae213b637e1c4335739fd linux-firmware-6d3bc8886517d171068fd1263176b8b5c51df204.tar.gz


More information about the buildroot mailing list