diff options
author | tv <tv@krebsco.de> | 2021-01-25 03:09:50 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-01-26 20:54:47 +0100 |
commit | f6993b98450a703da75642ba2ca8cf05caf0c363 (patch) | |
tree | 1329cbb38704654b71ef5a2b25bfea57820715d2 /tv/2configs/hw | |
parent | 6e9f5602a92933dafc1f6c0420aa4329cdd9a17d (diff) |
tv AO753: use linux <5.9 because broadcom-sta
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/AO753.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/hw/AO753.nix b/tv/2configs/hw/AO753.nix index d5b755cef..a91a5e518 100644 --- a/tv/2configs/hw/AO753.nix +++ b/tv/2configs/hw/AO753.nix @@ -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 ]; |