summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-06-29 07:27:39 +0200
committerYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-07-02 15:10:00 +0200
commit2f0d1e41e254e55e2668f19faf2f307598e43f6e (patch)
tree2eb0c99587465b129a06bd8927fab725cec6fb44 /pkgs/os-specific/linux/kernel
parent64e8390c43f3b5228766058b496241eddb8950d6 (diff)
downloadnixpkgs-2f0d1e41e254e55e2668f19faf2f307598e43f6e.tar
nixpkgs-2f0d1e41e254e55e2668f19faf2f307598e43f6e.tar.gz
nixpkgs-2f0d1e41e254e55e2668f19faf2f307598e43f6e.tar.bz2
nixpkgs-2f0d1e41e254e55e2668f19faf2f307598e43f6e.tar.lz
nixpkgs-2f0d1e41e254e55e2668f19faf2f307598e43f6e.tar.xz
nixpkgs-2f0d1e41e254e55e2668f19faf2f307598e43f6e.tar.zst
nixpkgs-2f0d1e41e254e55e2668f19faf2f307598e43f6e.zip
Revert "linux: fix regression in bridge VLAN configuration"
This reverts commit 24a08441d52480cf3332a100e24fdf9b83a8351a.
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 48dd9b38d9b..f41cedca0f6 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -102,13 +102,4 @@
     name = "mac_nvme_t2";
     patch = ./mac-nvme-t2.patch;
   };
-
-  rtnetlink_fix_regression_in_bridge_vlan_configuration = rec {
-    name = "rtnetlink_fix_regression_in_bridge_vlan_configuration";
-    patch = fetchpatch {
-      name = name + ".patch";
-      url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=d2e381c4963663bca6f30c3b996fa4dbafe8fcb5";
-      sha256 = "0ragdi13yh5ypp9x49vrdjqx8ddh7sq7i1qjp8fyrbk3n0jdaac3";
-    };
-  };
 }