aufs2: patch for kernel 2.6.34

svn path=/nixpkgs/trunk/; revision=22178
This commit is contained in:
David Guibert
2010-06-08 06:29:02 +00:00
parent 8ce884b7e1
commit c6b05c7164
3 changed files with 368 additions and 0 deletions
@@ -146,4 +146,13 @@ in
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
# standalone package.
name = "aufs2";
patch = ./aufs2-34.patch;
features.aufsBase = true;
};
}