Skip to content

Commit

Permalink
linux: Remove 4.20
Browse files Browse the repository at this point in the history
Upstream has EOL'd 4.20

(cherry picked from commit e5fd7ba)
  • Loading branch information
NeQuissimus committed Mar 24, 2019
1 parent 7437bb0 commit 1e3a0e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
18 changes: 0 additions & 18 deletions pkgs/os-specific/linux/kernel/linux-4.20.nix

This file was deleted.

8 changes: 0 additions & 8 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -14647,13 +14647,6 @@ in
];
};

linux_4_20 = callPackage ../os-specific/linux/kernel/linux-4.20.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
];
};

linux_5_0 = callPackage ../os-specific/linux/kernel/linux-5.0.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
Expand Down Expand Up @@ -14852,7 +14845,6 @@ in
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
linuxPackages_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_14);
linuxPackages_4_19 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_19);
linuxPackages_4_20 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_20);
linuxPackages_5_0 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_5_0);
# When adding to this list:
# - Update linuxPackages_latest to the latest version
Expand Down

0 comments on commit 1e3a0e0

Please sign in to comment.