diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-06-25 18:55:50 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-06-25 19:20:16 +0200 |
commit | 9493613e9443a4f64b7e47a17808cc6f5f66a495 (patch) | |
tree | fa878ca8aa76d3601b0eea134d85ad398f43a328 /package | |
parent | 2ca4fa5febe988e51156442146c48c568efe9895 (diff) | |
download | upstream-9493613e9443a4f64b7e47a17808cc6f5f66a495.tar.gz upstream-9493613e9443a4f64b7e47a17808cc6f5f66a495.tar.bz2 upstream-9493613e9443a4f64b7e47a17808cc6f5f66a495.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')
-rw-r--r-- | package/firmware/linux-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index 15ee4ae4bb..7a2e9773a4 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:=https://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> |