mt76: Fix mirror hash
The mirror hash added in this commit was wrong.
The file on the mirror server and the newly generated file from git have
a different hash value, use that one.
Fixes: 4b5861c47
("mt76: update to the latest version")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
bb7c4cff20
commit
55840040df
|
@ -10,7 +10,7 @@ PKG_SOURCE_URL:=https://github.com/openwrt/mt76
|
|||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2017-12-03
|
||||
PKG_SOURCE_VERSION:=e326bc2ac4229220203c32e856dcb47d5ee5326d
|
||||
PKG_MIRROR_HASH:=0efdde435cc82f3dff0d8cfc5a1de6121998d5ff521f1ba694b15cefd8b0c951
|
||||
PKG_MIRROR_HASH:=2342ad2f23aaa17343c7922212c5bc06637f5164a253d5053a9b75049a72f1e5
|
||||
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
|
Loading…
Reference in New Issue