diff options
author | tv <tv@krebsco.de> | 2021-12-10 23:49:12 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-12-10 23:49:12 +0100 |
commit | fd54b74ddf6b1e9ba4f2fb544f05f5f97996d09c (patch) | |
tree | a9a727501c7bfc93e71563a37264208e09106b7f /tv/2configs | |
parent | 087d0aa0841e250670302a33e2162ee80d3b6e09 (diff) |
tv AO753: drop boot.kernelPackages
broadcom_sta is not broken for default kernel packages anymore.
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/hw/AO753.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/2configs/hw/AO753.nix b/tv/2configs/hw/AO753.nix index c9afe9a..dd6fcfe 100644 --- a/tv/2configs/hw/AO753.nix +++ b/tv/2configs/hw/AO753.nix @@ -33,10 +33,6 @@ 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 ]; |