forked from mirrors/nixpkgs
linux_3_12: Drop already applied patches
This commit is contained in:
parent
dfe1f721ca
commit
94fbbb2ed6
|
@ -11005,9 +11005,7 @@ in
|
|||
|
||||
linux_3_12 = callPackage ../os-specific/linux/kernel/linux-3.12.nix {
|
||||
kernelPatches = with kernelPatches;
|
||||
[ bridge_stp_helper
|
||||
crc_regression
|
||||
packet_fix_race_condition_CVE_2016_8655
|
||||
[
|
||||
]
|
||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||
[ kernelPatches.mips_fpureg_emu
|
||||
|
|
Loading…
Reference in a new issue