Skip to content

Commit

Permalink
ath10k-firmware: Fix mirror hash
Browse files Browse the repository at this point in the history
Fixes: 7f79882 ("ath10k-firmware: update board-2.bin for community firmwares")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Jul 7, 2019
1 parent 418f826 commit 7c640c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/firmware/ath10k-firmware/Makefile
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ath10k-firmware
PKG_SOURCE_DATE:=2019-06-28
PKG_SOURCE_VERSION:=7651f5bb299c40e34e05179b1bd15b211856a4b0
PKG_MIRROR_HASH:=f5bb031699252dc461254567d2c604a2ea5bc4da52c7a352fe9b333886617294
PKG_MIRROR_HASH:=9c87fc79bc9f209069ca77f2eb15f6d6ca0299fb789c2ce2032c69d9d561a5c9
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
Expand Down

2 comments on commit 7c640c2

@peterwillcn
Copy link
Contributor

@peterwillcn peterwillcn commented on 7c640c2 Jul 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linux and mac os: tar: Option --sort is not supported
include/download.mk:58

$(TAR) --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name

should be

$(TAR) --numeric-owner --owner=0 --group=0 --mode=a-s

@ynezz
Copy link
Member

@ynezz ynezz commented on 7c640c2 Jul 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this commit.

Please sign in to comment.