summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2011-08-20 07:55:53 +0000
committerDavid Guibert <david.guibert@gmail.com>2011-08-20 07:55:53 +0000
commit4b3530f55da39c5afcb4142ca064d3ee11cc74f6 (patch)
tree10a9ed53532d3e623abb58924118c0f436813e4e /pkgs/os-specific/linux/kernel/patches.nix
parentdb3eb9de858db0d05f2fa2d722ae2b35408edc4d (diff)
downloadnixpkgs-4b3530f55da39c5afcb4142ca064d3ee11cc74f6.tar
nixpkgs-4b3530f55da39c5afcb4142ca064d3ee11cc74f6.tar.gz
nixpkgs-4b3530f55da39c5afcb4142ca064d3ee11cc74f6.tar.bz2
nixpkgs-4b3530f55da39c5afcb4142ca064d3ee11cc74f6.tar.lz
nixpkgs-4b3530f55da39c5afcb4142ca064d3ee11cc74f6.tar.xz
nixpkgs-4b3530f55da39c5afcb4142ca064d3ee11cc74f6.tar.zst
nixpkgs-4b3530f55da39c5afcb4142ca064d3ee11cc74f6.zip
apply aufs patch to other kernels.
svn path=/nixpkgs/trunk/; revision=28708
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 70016e72910..2b0d76d76ed 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -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