mt76: update
This commit is contained in:
parent
f2726aa058
commit
e6932e0fe5
@ -8,9 +8,9 @@ PKG_LICENSE_FILES:=
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/openwrt/mt76
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2020-03-10
|
||||
PKG_SOURCE_VERSION:=a94e43f277e22ce24237320ce92b1f185eff0b1e
|
||||
PKG_MIRROR_HASH:=b922f2143e5af9fd1e4f86002fefa91f42c8959385be6cda0633cce4f85a8d42
|
||||
PKG_SOURCE_DATE:=2020-04-06
|
||||
PKG_SOURCE_VERSION:=9406eb1d110f96e78cf376c4ed9d5164af4075e1
|
||||
PKG_MIRROR_HASH:=f618c1cf35e259a2ec5c84682f3f223bddf062193d24aeb9642352786d2987bb
|
||||
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
From 9b082c3fd3fc954937444220995cb05662ab2e82 Mon Sep 17 00:00:00 2001
|
||||
From: Pawel Dembicki <paweldembicki@gmail.com>
|
||||
Date: Wed, 25 Mar 2020 06:51:29 +0100
|
||||
Subject: [PATCH] mt76: mt76x0: pci: add mt7610 PCI ID
|
||||
|
||||
Add mt7610 PCI id found on D-Link DWR-960 to pci_device_id table.
|
||||
|
||||
Run-tested on D-Link DWR-960 with no-name half-size mPCIE card
|
||||
with mt7610e.
|
||||
|
||||
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
|
||||
---
|
||||
mt76x0/pci.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/mt76x0/pci.c b/mt76x0/pci.c
|
||||
index e2974e0ae1fc..3bd753cda190 100644
|
||||
--- a/mt76x0/pci.c
|
||||
+++ b/mt76x0/pci.c
|
||||
@@ -215,6 +215,7 @@ mt76x0e_remove(struct pci_dev *pdev)
|
||||
}
|
||||
|
||||
static const struct pci_device_id mt76x0e_device_table[] = {
|
||||
+ { PCI_DEVICE(0x14c3, 0x7610) },
|
||||
{ PCI_DEVICE(0x14c3, 0x7630) },
|
||||
{ PCI_DEVICE(0x14c3, 0x7650) },
|
||||
{ },
|
||||
--
|
||||
2.20.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user