Skip to content

Commit

Permalink
linux*: remove 3.14, as it's no longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 17, 2016
1 parent f5fbe9d commit 6a9e765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
19 changes: 0 additions & 19 deletions pkgs/os-specific/linux/kernel/linux-3.14.nix

This file was deleted.

10 changes: 0 additions & 10 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11208,15 +11208,6 @@ in
];
};

linux_3_14 = callPackage ../os-specific/linux/kernel/linux-3.14.nix {
kernelPatches = [ kernelPatches.bridge_stp_helper ]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill
kernelPatches.mips_ext3_n32
];
};

linux_3_18 = callPackage ../os-specific/linux/kernel/linux-3.18.nix {
kernelPatches = [ kernelPatches.bridge_stp_helper ]
++ lib.optionals ((platform.kernelArch or null) == "mips")
Expand Down Expand Up @@ -11437,7 +11428,6 @@ in
linuxPackages_3_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_10 linuxPackages_3_10);
linuxPackages_3_10_tuxonice = linuxPackagesFor pkgs.linux_3_10_tuxonice linuxPackages_3_10_tuxonice;
linuxPackages_3_12 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_12 linuxPackages_3_12);
linuxPackages_3_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_14 linuxPackages_3_14);
linuxPackages_3_18 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_18 linuxPackages_3_18);
linuxPackages_4_1 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_1 linuxPackages_4_1);
linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4 linuxPackages_4_4);
Expand Down

2 comments on commit 6a9e765

@maggesi
Copy link
Contributor

@maggesi maggesi commented on 6a9e765 Oct 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux 3.14 seems the only version that can work with BLCR at present (see pkgs/os-specific/linux/blcr/default.nix).

Would be a problem to revert this commit until we find a different solution?

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 6a9e765 Oct 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK for some time, I suppose. There might not even be any vulnerabilities yet. (Feel free to push a revert as far as I'm concerned.)

Please sign in to comment.