about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-04-12 18:36:33 +0000
committerShea Levy <shea@shealevy.com>2011-04-12 18:36:33 +0000
commitd86630472bf9c5939cae8d985e677c43c2575c0b (patch)
treeae85d360ee06d109c76453361bb6d8cc4c962ab8 /pkgs/os-specific/linux/kernel/patches.nix
parent422455271c19d84223aa7e32f065ea6a28b9204c (diff)
downloadnixlib-d86630472bf9c5939cae8d985e677c43c2575c0b.tar
nixlib-d86630472bf9c5939cae8d985e677c43c2575c0b.tar.gz
nixlib-d86630472bf9c5939cae8d985e677c43c2575c0b.tar.bz2
nixlib-d86630472bf9c5939cae8d985e677c43c2575c0b.tar.lz
nixlib-d86630472bf9c5939cae8d985e677c43c2575c0b.tar.xz
nixlib-d86630472bf9c5939cae8d985e677c43c2575c0b.tar.zst
nixlib-d86630472bf9c5939cae8d985e677c43c2575c0b.zip
Add aufs2.1 for 2.6.38
svn path=/nixpkgs/trunk/; revision=26811
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 38d6c2f4ec28..b500ee7d72d1 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -212,6 +212,16 @@ in
       features.aufs2_1 = true;
     };
 
+  aufs2_1_2_6_38 =
+    { # From http://aufs.git.sourceforge.net/git/gitweb.cgi?p=aufs/aufs2-standalone.git;a=tree;h=refs/heads/aufs2.1-38;hb=refs/heads/aufs2.1-38
+      # Note that this merely the patch needed to build AUFS2.1 as a
+      # standalone package.
+      name = "aufs2.1";
+      patch = ./aufs2.1-38.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 =