about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-10-27 16:09:07 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-10-27 16:09:07 +0200
commite27c4cdfbe994a259b77cb4f71c1746552f639f3 (patch)
tree558cf031ea621c105a2b389a14ce16a0e8a91621
parentdc0166b60f3510c3fe28d77c291fcece9de0e6f2 (diff)
pkgs/linux-4.7: Drop patch for bridge STP helper
The patch doesn't apply because it is already included upstream.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--pkgs/kernel/linux-4.7.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/kernel/linux-4.7.nix b/pkgs/kernel/linux-4.7.nix
index 6f6de003..19a80d0f 100644
--- a/pkgs/kernel/linux-4.7.nix
+++ b/pkgs/kernel/linux-4.7.nix
@@ -13,7 +13,6 @@ in import generic (args // rec {
   };
 
   kernelPatches = (args.kernelPatches or []) ++ [
-    pkgs.kernelPatches.bridge_stp_helper
     pkgs.kernelPatches.cpu-cgroup-v2."4.7"
   ];