From e622b5d2037f8933a701ef56a4a4dc86c52bbf91 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 14 Jan 2024 16:04:27 +0100 Subject: Include firmware for RZ608 WiFi card This is used in btl. --- tw/packages/firmware.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tw') diff --git a/tw/packages/firmware.scm b/tw/packages/firmware.scm index 2c408390..96729b72 100644 --- a/tw/packages/firmware.scm +++ b/tw/packages/firmware.scm @@ -22,11 +22,12 @@ ((#:phases phases) `(modify-phases ,phases (add-after 'unpack 'select-firmware - ,(select-firmware "^mediatek/.*7922.*"))))))) + ,(select-firmware "^mediatek/.*(7922|7961).*"))))))) (home-page "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/mediatek") - (synopsis "Nonfree firmware for Mediatek MT7922 (AMD RZ616) wireless chips") - (description "Nonfree firmware for AMD RZ616 Wi-Fi and Bluetooth chips. -These are actually Mediatek MT7922 chips.") + (synopsis "Nonfree firmware for Mediatek MT7921 (AMD RZ608) and MT7922 +(AMD RZ616) wireless chips") + (description "Nonfree firmware for AMD RZ608 and RZ616 Wi-Fi and Bluetooth +chips. These are actually Mediatek MT7921 and MT7922 chips, respectively.") (license (nongnu:nonfree (string-append -- cgit v1.2.3