linux-firmware: update md5sum
authorJo-Philipp Wich <jo@mein.io>
Thu, 22 Sep 2016 08:47:45 +0000 (10:47 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 22 Sep 2016 08:47:57 +0000 (10:47 +0200)
Since the md5sum of the mirrored Git clone archive has been set in the Makefile
before that particular archive was uploaded to the source mirror, the buildbots
uploaded their own, different copy instead invalidating the mirror md5sum for
anyone else.

In order to fix the mismatch, update the md5sum to reflect the archive being
present on the download server.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/firmware/linux-firmware/Makefile

index b3c0af03cb5b032ccde62c1507b13dcbf066851c..929b652eb04f0a8d07f19fa647b011359533a848 100644 (file)
@@ -17,7 +17,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
 PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
-PKG_MIRROR_MD5SUM:=816697c8f6a5e9a3d478da2d8ff4c721
+PKG_MIRROR_MD5SUM:=030c69a540784e451293e327539ccc1c
 
 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>