about summary refs log tree commit diff
path: root/pkgs/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/kernel')
-rw-r--r--pkgs/kernel/linux-4.7.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/kernel/linux-4.7.nix b/pkgs/kernel/linux-4.7.nix
index 19a80d0f..6f6de003 100644
--- a/pkgs/kernel/linux-4.7.nix
+++ b/pkgs/kernel/linux-4.7.nix
@@ -13,6 +13,7 @@ in import generic (args // rec {
   };
 
   kernelPatches = (args.kernelPatches or []) ++ [
+    pkgs.kernelPatches.bridge_stp_helper
     pkgs.kernelPatches.cpu-cgroup-v2."4.7"
   ];