linux: Tag hardened kernels 2/2

Forgot to change the modDirVersion
This commit is contained in:
Tim Steinbach 2019-01-27 22:14:47 -05:00
parent b8d6cc8157
commit 6ecfe92986
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -14761,6 +14761,7 @@ in
inherit (kernel) version;
};
kernelPatches = kernel.kernelPatches ++ [ kernelPatches.tag_hardened ];
modDirVersionArg = kernel.modDirVersion + "-hardened";
});
linuxPackages_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux);