linux: 3.12.62 -> 3.12.63

This commit is contained in:
Franz Pletz 2016-09-25 00:07:14 +02:00
parent b1029abe56
commit 01f465c82b
No known key found for this signature in database
GPG key ID: 846FDED7792617B4
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.12.62";
version = "3.12.63";
extraMeta.branch = "3.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0a9vghq3z5xhr9xssfivb78d3i74h4kn15wqgls1cw5qzyhc1wb0";
sha256 = "0srg7xd68n10b28c3l5qa4dx5qr84ci7fdn48wcj79y7h2s0367x";
};
kernelPatches = args.kernelPatches;

View file

@ -11405,7 +11405,7 @@ in
};
linux_3_12 = callPackage ../os-specific/linux/kernel/linux-3.12.nix {
kernelPatches = with kernelPatches; [ bridge_stp_helper crc_regression link_lguest ]
kernelPatches = with kernelPatches; [ bridge_stp_helper crc_regression ]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill