apply aufs patch to other kernels.
svn path=/nixpkgs/trunk/; revision=28708
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user