Skip to content

Commit 37f7470

Browse files
committedMar 23, 2017
linux: drop 3.12 and 4.1
Support ends before 17.09 is released: https://www.kernel.org/category/releases.html
1 parent f92d080 commit 37f7470

File tree

3 files changed

+0
-61
lines changed

3 files changed

+0
-61
lines changed
 

Diff for: ‎pkgs/os-specific/linux/kernel/linux-3.12.nix

-18
This file was deleted.

Diff for: ‎pkgs/os-specific/linux/kernel/linux-4.1.nix

-18
This file was deleted.

Diff for: ‎pkgs/top-level/all-packages.nix

-25
Original file line numberDiff line numberDiff line change
@@ -11537,29 +11537,6 @@ with pkgs;
1153711537
];
1153811538
};
1153911539

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-
1156311540
linux_4_4 = callPackage ../os-specific/linux/kernel/linux-4.4.nix {
1156411541
kernelPatches =
1156511542
[ kernelPatches.bridge_stp_helper
@@ -11787,8 +11764,6 @@ with pkgs;
1178711764
linuxPackages_mptcp = linuxPackagesFor pkgs.linux_mptcp;
1178811765
linuxPackages_rpi = linuxPackagesFor pkgs.linux_rpi;
1178911766
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);
1179211767
linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4);
1179311768
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
1179411769
linuxPackages_4_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_10);

0 commit comments

Comments
 (0)