about 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 06:39:29 +0000
committerDavid Guibert <david.guibert@gmail.com>2011-08-20 06:39:29 +0000
commit22ee5aba7a8174811ff9935b1096fe7406af6192 (patch)
tree80aa810cfd204f78a8d2dfc991786dc7492d0a23 /pkgs/os-specific/linux/kernel/patches.nix
parentb541948deee2f7b6c848f5379a1ab297d755906a (diff)
downloadnixlib-22ee5aba7a8174811ff9935b1096fe7406af6192.tar
nixlib-22ee5aba7a8174811ff9935b1096fe7406af6192.tar.gz
nixlib-22ee5aba7a8174811ff9935b1096fe7406af6192.tar.bz2
nixlib-22ee5aba7a8174811ff9935b1096fe7406af6192.tar.lz
nixlib-22ee5aba7a8174811ff9935b1096fe7406af6192.tar.xz
nixlib-22ee5aba7a8174811ff9935b1096fe7406af6192.tar.zst
nixlib-22ee5aba7a8174811ff9935b1096fe7406af6192.zip
aufs for 2.6.36/39 and 3.0
svn path=/nixpkgs/trunk/; revision=28705
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix30
1 files changed, 30 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 902be41f874c..bd64c24f1bfc 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -213,6 +213,16 @@ rec {
       features.aufsBase = true;
     };
 
+  aufs2_2_6_36 =
+    { # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2.1-36;hb=aufs2.1-36
+      # Note that this merely the patch needed to build AUFS2 as a
+      # standalone package.
+      name = "aufs2";
+      patch = ./aufs2.1-36.patch;
+      features.aufsBase = true;
+      features.aufs2_1 = true;
+    };
+
   aufs2_1_2_6_37 =
     { # From http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2.1-37;hb=refs/heads/aufs2.1-37
       # Note that this merely the patch needed to build AUFS2.1 as a
@@ -233,6 +243,26 @@ rec {
       features.aufs2_1 = true;
     };
 
+  aufs2_1_2_6_39 =
+    { # From http://aufs.git.sourceforge.net/git/gitweb.cgi?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2.1-39;hb=refs/heads/aufs2.1-39
+      # Note that this merely the patch needed to build AUFS2.1 as a
+      # standalone package.
+      name = "aufs2.1";
+      patch = ./aufs2.1-39.patch;
+      features.aufsBase = true;
+      features.aufs2_1 = true;
+    };
+
+  aufs2_1_3_0 =
+    { # From http://aufs.git.sourceforge.net/git/gitweb.cgi?p=aufs/aufs2-standalone.git;a=tree;h=ac52a37b0debba539bdfabba101f82b99136b380;hb=ac52a37b0debba539bdfabba101f82b99136b380
+      # Note that this merely the patch needed to build AUFS2.1 as a
+      # standalone package.
+      name = "aufs2.1";
+      patch = ./aufs2.1-3.0.patch;
+      features.aufsBase = true;
+      features.aufs2_1 = true;
+    };
+
   # Increase the timeout on CIFS requests from 15 to 120 seconds to
   # make CIFS more resilient to high load on the CIFS server.
   cifs_timeout_2_6_15 =