linux-hardened: Remove tag patch

This commit is contained in:
Tim Steinbach
2021-01-24 18:17:56 -05:00
committed by Tim Steinbach
parent e80850fe42
commit 071750d412
3 changed files with 1 additions and 14 deletions
@@ -33,11 +33,6 @@
cpu-cgroup-v2 = import ./cpu-cgroup-v2-patches;
tag_hardened = {
name = "tag-hardened";
patch = ./hardened/tag-hardened.patch;
};
hardened = let
mkPatch = kernelVersion: src: {
name = lib.removeSuffix ".patch" src.name;