Skip to content

Commit

Permalink
linux-firmware: fix md5sum
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hauke authored and wigyori committed Jul 4, 2016
1 parent b843562 commit 40b0a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/firmware/linux-firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Expand Down

0 comments on commit 40b0a3e

Please sign in to comment.