mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
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:
parent
a952c73019
commit
ac2bb59eac
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue