Actually remove linux_3_15

This commit is contained in:
William A. Kennington III 2014-11-14 11:06:52 -08:00
parent 1a405c999e
commit a3af559455

View File

@ -8130,15 +8130,6 @@ let
];
};
linux_3_15 = makeOverridable (import ../os-specific/linux/kernel/linux-3.15.nix) {
inherit fetchurl stdenv perl buildLinux;
kernelPatches = lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill
kernelPatches.mips_ext3_n32
];
};
linux_3_16 = makeOverridable (import ../os-specific/linux/kernel/linux-3.16.nix) {
inherit fetchurl stdenv perl buildLinux;
kernelPatches = lib.optionals ((platform.kernelArch or null) == "mips")