tv AO753: use linux <5.9 because broadcom-sta
This commit is contained in:
parent
6e9f5602a9
commit
f6993b9845
@ -21,6 +21,10 @@ with import <stockholm/lib>;
|
||||
"wl"
|
||||
];
|
||||
|
||||
# broadcom_sta is marked as broken for 5.9+
|
||||
# pkgs.linuxPackages_latest ist 5.9
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_8;
|
||||
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.broadcom_sta
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user