aufs2: patch for kernel 2.6.34
svn path=/nixpkgs/trunk/; revision=22178
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user