parent
3876b4dd94
commit
556ca974aa
|
@ -11005,7 +11005,7 @@ in
|
||||||
|
|
||||||
linux_3_12 = callPackage ../os-specific/linux/kernel/linux-3.12.nix {
|
linux_3_12 = callPackage ../os-specific/linux/kernel/linux-3.12.nix {
|
||||||
kernelPatches = with kernelPatches;
|
kernelPatches = with kernelPatches;
|
||||||
[
|
[ bridge_stp_helper
|
||||||
]
|
]
|
||||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||||
[ kernelPatches.mips_fpureg_emu
|
[ kernelPatches.mips_fpureg_emu
|
||||||
|
|
Loading…
Reference in New Issue