@@ -11537,29 +11537,6 @@ with pkgs;
11537
11537
];
11538
11538
};
11539
11539
11540
- linux_3_12 = callPackage ../os-specific/linux/kernel/linux-3.12.nix {
11541
- kernelPatches = with kernelPatches;
11542
- [ bridge_stp_helper
11543
- ]
11544
- ++ lib.optionals ((platform.kernelArch or null) == "mips")
11545
- [ kernelPatches.mips_fpureg_emu
11546
- kernelPatches.mips_fpu_sigill
11547
- kernelPatches.mips_ext3_n32
11548
- ];
11549
- };
11550
-
11551
- linux_4_1 = callPackage ../os-specific/linux/kernel/linux-4.1.nix {
11552
- kernelPatches =
11553
- [ kernelPatches.bridge_stp_helper
11554
- kernelPatches.DCCP_double_free_vulnerability_CVE-2017-6074
11555
- ]
11556
- ++ lib.optionals ((platform.kernelArch or null) == "mips")
11557
- [ kernelPatches.mips_fpureg_emu
11558
- kernelPatches.mips_fpu_sigill
11559
- kernelPatches.mips_ext3_n32
11560
- ];
11561
- };
11562
-
11563
11540
linux_4_4 = callPackage ../os-specific/linux/kernel/linux-4.4.nix {
11564
11541
kernelPatches =
11565
11542
[ kernelPatches.bridge_stp_helper
@@ -11787,8 +11764,6 @@ with pkgs;
11787
11764
linuxPackages_mptcp = linuxPackagesFor pkgs.linux_mptcp;
11788
11765
linuxPackages_rpi = linuxPackagesFor pkgs.linux_rpi;
11789
11766
linuxPackages_3_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_10);
11790
- linuxPackages_3_12 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_12);
11791
- linuxPackages_4_1 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_1);
11792
11767
linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4);
11793
11768
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
11794
11769
linuxPackages_4_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_10);
0 commit comments