summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2021-11-20 01:53:15 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-02-08 17:01:23 +0100
commitac2bb59eac633215e8e36689197e9cb0d67998d9 (patch)
tree8465b3da51e9fd7db344ec91e53845533a3f83cd
parenta952c73019d4cd46dc202bcdd09bcf44a31f8c1a (diff)
nongnu: realtek-firmware: Include rtw8(8|9) drivers.
* nongnu/packages/linux.scm (realtek-firmware)[arguments]: Select `rtw88` and `rtw89` drivers. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r--nongnu/packages/linux.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index 0f9b0d9..2ee9151 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -449,7 +449,8 @@ integrated graphics chipsets, including GuC, HuC and DMC.")
((#:phases phases)
`(modify-phases ,phases
(add-after 'unpack 'select-firmware
- ,(select-firmware "^(rtlwifi|rtl_nic|rtl_bt)/")))))))
+ ,(select-firmware
+ "^(rtlwifi|rtl_nic|rtl_bt|rtw88|rtw89)/")))))))
(home-page "https://wireless.wiki.kernel.org/en/users/drivers/rtl819x")
(synopsis "Nonfree firmware for Realtek ethernet, wifi, and bluetooth chips")
(description