mt76: Fix mirror hash
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 30 Aug 2018 09:55:30 +0000 (11:55 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 30 Aug 2018 09:55:30 +0000 (11:55 +0200)
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>
package/kernel/mt76/Makefile

index e436e9de1790703b4f940b4082a5d84ba831212e..92ef1f0019605ef70efe15753ae587b3c68ce12e 100644 (file)
@@ -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