linux: 3.10.102 -> 3.10.103

This commit is contained in:
Franz Pletz 2016-09-25 00:06:52 +02:00
parent e8cd27dd8a
commit b1029abe56
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.10.102";
version = "3.10.103";
extraMeta.branch = "3.10";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0hvymhmbvpmpz1jk0xwhxyskijdh6bzakqj7k0gaa2y0wdj33pxi";
sha256 = "008dz40zig0fhkm3hjmcn0kn5b1sfvpxb7dc4fbsddb6gifrh44v";
};
kernelPatches = args.kernelPatches;

View File

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