From e5c6cd69a5732275d67be2718ea7c15ebd3e62a7 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Thu, 6 Feb 2020 21:35:42 +0000 Subject: [PATCH 1/2] kernel-firmware: add MediaTek mt7610u firmware (USB device) --- packages/linux-firmware/kernel-firmware/firmwares/any.dat | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/linux-firmware/kernel-firmware/firmwares/any.dat b/packages/linux-firmware/kernel-firmware/firmwares/any.dat index 19f6e30b22..f11d145b4e 100644 --- a/packages/linux-firmware/kernel-firmware/firmwares/any.dat +++ b/packages/linux-firmware/kernel-firmware/firmwares/any.dat @@ -13,6 +13,7 @@ vntwusb.fw mt7601u.bin mt7662*.bin mediatek/mt7662u*.bin +mediatek/mt7610u.bin ath6k/AR6004/hw1.?/bdata.bin ath9k_htc/* From 235c67ca0500225f697279c300712439f22a80a2 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 7 Feb 2020 01:25:40 +0000 Subject: [PATCH 2/2] kernel: disable MT76x0E (PCI adapter) support as we don't include the firmware --- projects/Generic/linux/linux.x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 4d739447fe..c3aa3964f1 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -2170,7 +2170,7 @@ CONFIG_MT76x02_LIB=m CONFIG_MT76x02_USB=m CONFIG_MT76x0_COMMON=m CONFIG_MT76x0U=m -CONFIG_MT76x0E=m +# CONFIG_MT76x0E is not set CONFIG_MT76x2_COMMON=m CONFIG_MT76x2E=m CONFIG_MT76x2U=m