Update pkgs/top-level/linux-kernels.nix
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
parent
8687bf7e9c
commit
eb83c0dd3f
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ in {
|
|||
|
||||
x86_energy_perf_policy = callPackage ../os-specific/linux/x86_energy_perf_policy { };
|
||||
|
||||
xmm7360-pci = throw "Support for 7360 was added to the iosm mainline kernel module";
|
||||
xmm7360-pci = throw "Support for the XMM7360 WWAN card was added to the iosm kmod in mainline kernel version 5.18";
|
||||
|
||||
xone = if lib.versionAtLeast kernel.version "5.4" then callPackage ../os-specific/linux/xone { } else null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue