tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux_4_6: fix by removing upstreamed patch
Robin Gloster
9 years ago
1e806458
c73816b6
-1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
all-packages.nix
-1
pkgs/top-level/all-packages.nix
···
11116
linux_4_6 = callPackage ../os-specific/linux/kernel/linux-4.6.nix {
11117
kernelPatches =
11118
[ kernelPatches.bridge_stp_helper
11119
-
kernelPatches.hiddev_CVE_2016_5829
11120
]
11121
++ lib.optionals ((platform.kernelArch or null) == "mips")
11122
[ kernelPatches.mips_fpureg_emu
···
11116
linux_4_6 = callPackage ../os-specific/linux/kernel/linux-4.6.nix {
11117
kernelPatches =
11118
[ kernelPatches.bridge_stp_helper
0
11119
]
11120
++ lib.optionals ((platform.kernelArch or null) == "mips")
11121
[ kernelPatches.mips_fpureg_emu