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 | f20891f279a2358fda2ee898e40d13d1efc49726 (patch) | |
| tree | 288ce35752a3318531f8d00ed20d7d2c787ca31d | |
| parent | c2cc856add783c59f910980da7a5d796639dea4c (diff) | |
tv AO753: use linux <5.9 because broadcom-sta
| -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 d5b755c..a91a5e5 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    ]; | 
