aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-07-04 20:14:59 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-07-04 20:14:59 +0200
commit40b0a3e25c897f8789119b654bdeb3495bff75a6 (patch)
tree91a60800cb7fafb5f28fed2ee6fe1e04329fc9bd /package/firmware
parentb84356273b252667237f1ba8e47bc4f7dc954ec0 (diff)
downloadmaster-187ad058-40b0a3e25c897f8789119b654bdeb3495bff75a6.tar.gz
master-187ad058-40b0a3e25c897f8789119b654bdeb3495bff75a6.tar.bz2
master-187ad058-40b0a3e25c897f8789119b654bdeb3495bff75a6.zip
linux-firmware: fix md5sum
The copy on the mirror has a different md5sum as specified in this package Makefile. The content of the file on the mirror is the same as in the checkout so just update our md5sum. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/linux-firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile
index e1e1a47219..ae5894cc56 100644
--- a/package/firmware/linux-firmware/Makefile
+++ b/package/firmware/linux-firmware/Makefile
@@ -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:=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
-PKG_MIRROR_MD5SUM:=ca4d289ad9380471cae376fc7dd3660a
+PKG_MIRROR_MD5SUM:=8d44332359de89b1936b4ff608a72614
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>