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>2012-03-12 02:19:05 +0000
committerShea Levy <shea@shealevy.com>2012-03-12 02:19:05 +0000
commit76832793f27bec18977e3428a497c52e0d9bdb77 (patch)
tree7dbdda4a8002f4a4c3918741e85c5e09203b89b8 /pkgs/os-specific/linux/kernel/patches.nix
parent5ada5e0712f1cfdf7d9e9ba6fc51db4ded34402f (diff)
downloadnixpkgs-76832793f27bec18977e3428a497c52e0d9bdb77.tar
nixpkgs-76832793f27bec18977e3428a497c52e0d9bdb77.tar.gz
nixpkgs-76832793f27bec18977e3428a497c52e0d9bdb77.tar.bz2
nixpkgs-76832793f27bec18977e3428a497c52e0d9bdb77.tar.lz
nixpkgs-76832793f27bec18977e3428a497c52e0d9bdb77.tar.xz
nixpkgs-76832793f27bec18977e3428a497c52e0d9bdb77.tar.zst
nixpkgs-76832793f27bec18977e3428a497c52e0d9bdb77.zip
Linux 3.3-rc7
svn path=/nixpkgs/trunk/; revision=33007
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 42c99f0d56c..df153d01548 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -266,6 +266,20 @@ rec {
     features.aufs3 = true;
   };
 
+  aufs3_3 = rec {
+    name = "aufs3.x-rcN-20120312";
+    version = "3.3";
+    utilRev = "8f8b22d8b29c8f7ccc10b212f2deec8848c020a1";
+    utilHash = "0a54efeeb17d5d7542ebee3f10bb4b82364a600858893e34c0e4221e4307ccd0";
+    patch = makeAufs3StandalonePatch {
+      inherit version;
+      rev = "187f3c592873b1d30efd2c9b5073aa7fe728620b";
+      sha256 = "d22b75165cbc8cb0417c114a9f3e3306bb9288b3557f57a1d20481e8cd339b8f";
+    };
+    features.aufsBase = true;
+    features.aufs3 = 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 =