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>
This commit is contained in:
Giacomo Leidi 2021-11-20 01:53:15 +01:00 committed by Jonathan Brielmaier
parent a952c73019
commit ac2bb59eac
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -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