Skip to content

Commit

Permalink
linux: Remove 4.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 24, 2018
1 parent 93324db commit fc79bf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
18 changes: 0 additions & 18 deletions pkgs/os-specific/linux/kernel/linux-4.15.nix

This file was deleted.

16 changes: 0 additions & 16 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -13374,21 +13374,6 @@ with pkgs;
];
};

linux_4_15 = callPackage ../os-specific/linux/kernel/linux-4.15.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
# when adding a new linux version
# kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill
kernelPatches.mips_ext3_n32
];
};

linux_4_16 = callPackage ../os-specific/linux/kernel/linux-4.16.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
Expand Down Expand Up @@ -13608,7 +13593,6 @@ with pkgs;
linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4);
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
linuxPackages_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_14);
linuxPackages_4_15 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_15);
linuxPackages_4_16 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_16);
# Don't forget to update linuxPackages_latest!

Expand Down

0 comments on commit fc79bf4

Please sign in to comment.