linux kernel 4.5: fix race during build

This is just 4788ec1372 but for 4.5 instead of 4.4.
Example failure: http://hydra.nixos.org/build/35194276
This commit is contained in:
Vladimír Čunát 2016-05-05 11:38:16 +02:00
parent df310048e5
commit 323825f967

View File

@ -10587,7 +10587,7 @@ in
};
linux_4_5 = callPackage ../os-specific/linux/kernel/linux-4.5.nix {
kernelPatches = [ kernelPatches.bridge_stp_helper ]
kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.qat_common_Makefile ]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill