about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index c48c6212..ecaacac0 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -42,7 +42,12 @@ let
 
     kernel = {
       bfqsched = callPackage ./kernel/bfqsched { };
-      linux_4_7 = callPackage ./kernel/linux-4.7.nix { };
+      linux_4_7 = callPackage ./kernel/linux-4.7.nix {
+        kernelPatches = [
+          pkgs.kernelPatches.bridge_stp_helper
+          pkgs.kernelPatches.cpu-cgroup-v2."4.7"
+        ];
+      };
     };
 
     openlab = pkgs.recurseIntoAttrs {