apply aufs patch to other kernels.

svn path=/nixpkgs/trunk/; revision=28708
This commit is contained in:
David Guibert
2011-08-20 07:55:53 +00:00
parent db3eb9de85
commit 4b3530f55d
3 changed files with 99 additions and 0 deletions
@@ -195,6 +195,15 @@ rec {
features.aufsBase = true;
};
aufs2_2_6_33 =
{ # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2-33;hb=aufs2-33
# Note that this merely the patch needed to build AUFS2 as a
# standalone package.
name = "aufs2";
patch = ./aufs2-33.patch;
features.aufsBase = true;
};
aufs2_2_6_34 =
{ # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2-34;hb=aufs2-34
# Note that this merely the patch needed to build AUFS2 as a