From f6993b98450a703da75642ba2ca8cf05caf0c363 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 25 Jan 2021 03:09:50 +0100 Subject: tv AO753: use linux <5.9 because broadcom-sta --- tv/2configs/hw/AO753.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tv/2configs/hw/AO753.nix b/tv/2configs/hw/AO753.nix index d5b755ce..a91a5e51 100644 --- a/tv/2configs/hw/AO753.nix +++ b/tv/2configs/hw/AO753.nix @@ -21,6 +21,10 @@ with import ; "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 ]; -- cgit v1.2.3