From a9466e68ba3918225e32d9c0c0d675ad36128e2d 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 b46ac1e7c9e4f9bbd0c2c3f70f3311d6205eff93 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 7 Feb 2020 01:16:36 +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 +- projects/RPi/devices/RPi4/linux/linux.arm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index c1a07f0e44..813979c6f7 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -2234,7 +2234,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 diff --git a/projects/RPi/devices/RPi4/linux/linux.arm.conf b/projects/RPi/devices/RPi4/linux/linux.arm.conf index dbaf65a562..76942e3962 100644 --- a/projects/RPi/devices/RPi4/linux/linux.arm.conf +++ b/projects/RPi/devices/RPi4/linux/linux.arm.conf @@ -2090,7 +2090,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 is not set CONFIG_MT76x2U=m