mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linux_4_6: fix by removing upstreamed patch
This commit is contained in:
parent
c73816b640
commit
1e806458dc
1 changed files with 0 additions and 1 deletions
|
@ -11116,7 +11116,6 @@ in
|
|||
linux_4_6 = callPackage ../os-specific/linux/kernel/linux-4.6.nix {
|
||||
kernelPatches =
|
||||
[ kernelPatches.bridge_stp_helper
|
||||
kernelPatches.hiddev_CVE_2016_5829
|
||||
]
|
||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||
[ kernelPatches.mips_fpureg_emu
|
||||
|
|
Loading…
Reference in a new issue