From: Petr Štetiar <ynezz@true.cz>
Date: Mon, 22 Jul 2019 20:38:53 +0000 (+0200)
Subject: mt76: fix kernel Oops by updating to the latest version
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=09c33df76fb88d80a804dc128f7bd08c361e998b;p=openwrt%2Fstaging%2Fblogic.git

mt76: fix kernel Oops by updating to the latest version

75656a4590a3 net: wireless: support of_get_mac_address new ERR_PTR error

Ref: https://github.com/openwrt/mt76/issues/299
Signed-off-by: Petr Štetiar <ynezz@true.cz>
---

diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 5dd0b7114535..de56ee56d6a4 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -8,9 +8,9 @@ PKG_LICENSE_FILES:=
 
 PKG_SOURCE_URL:=https://github.com/openwrt/mt76
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2019-07-16
-PKG_SOURCE_VERSION:=3d7f7384bef0950ceea3a8c96ce79333d208e07d
-PKG_MIRROR_HASH:=17e6a96817a77165a24a05f4b8bfc4019d3c8767d0dc96d8a933a81bb9c44dd3
+PKG_SOURCE_DATE:=2019-07-22
+PKG_SOURCE_VERSION:=75656a4590a3288503d42194adf014f4a9eeaa84
+PKG_MIRROR_HASH:=fd647dbcfb0e2623de717f888a944850150438660589c1b64468d1cba047a09c
 
 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
 PKG_BUILD_PARALLEL:=1