linux_3_{10,12,14}: fix upstream regression, fixes #6231

Some modules wouldn't load crc32c dependency due to module renaming.
This commit is contained in:
Vladimír Čunát
2015-02-10 13:45:20 +01:00
parent 12834a8500
commit 57f2d329ac
3 changed files with 32 additions and 3 deletions
@@ -82,4 +82,9 @@ rec {
{ name = "grsec-fix-path";
patch = ./grsec-path.patch;
};
crc_regression =
{ name = "crc-backport-regression";
patch = ./crc-regression.patch;
};
}