mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
linux: build rtw88 module
Adds support for Realtek wireless/bluetooth cards found in some Lenovo laptops. The old `r8822be` module was removed in favour of this one.
This commit is contained in:
parent
49d7cc2941
commit
471ba8e2e6
@ -158,6 +158,9 @@ let
|
||||
ATH9K_AHB = option yes; # Ditto, AHB bus
|
||||
B43_PHY_HT = option yes;
|
||||
BCMA_HOST_PCI = option yes;
|
||||
RTW88 = whenAtLeast "5.2" module;
|
||||
RTW88_8822BE = whenAtLeast "5.2" yes;
|
||||
RTW88_8822CE = whenAtLeast "5.2" yes;
|
||||
};
|
||||
|
||||
fb = {
|
||||
|
Loading…
Reference in New Issue
Block a user