Skip to content

Commit

Permalink
linux_3_12: add back bridge_stp_helper patch
Browse files Browse the repository at this point in the history
See 94fbbb2

(cherry picked from commit 556ca97)
  • Loading branch information
joachifm committed Dec 23, 2016
1 parent 74bbeee commit ee13b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11197,7 +11197,7 @@ in

linux_3_12 = callPackage ../os-specific/linux/kernel/linux-3.12.nix {
kernelPatches = with kernelPatches;
[
[ bridge_stp_helper
]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
Expand Down

1 comment on commit ee13b9a

@grahamc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for cleaning up after me. I'm sorry I removed it!

Please sign in to comment.