about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorLudovic Stordeur <Ludovic.Stordeur@inria.fr>2011-07-11 13:59:43 +0000
committerLudovic Stordeur <Ludovic.Stordeur@inria.fr>2011-07-11 13:59:43 +0000
commitc551998c82c3db0c09a43578d5d132e05652303a (patch)
tree3037c4586de3d53baeb537e598a2004cff002591 /pkgs/os-specific/linux/kernel/patches.nix
parentdf0a6394b31fac21f29ce6230d012f592e1ef33a (diff)
downloadnixlib-c551998c82c3db0c09a43578d5d132e05652303a.tar
nixlib-c551998c82c3db0c09a43578d5d132e05652303a.tar.gz
nixlib-c551998c82c3db0c09a43578d5d132e05652303a.tar.bz2
nixlib-c551998c82c3db0c09a43578d5d132e05652303a.tar.lz
nixlib-c551998c82c3db0c09a43578d5d132e05652303a.tar.xz
nixlib-c551998c82c3db0c09a43578d5d132e05652303a.tar.zst
nixlib-c551998c82c3db0c09a43578d5d132e05652303a.zip
Added CIFS timeout patch for Linux 2.6.{35 --> 38}
svn path=/nixpkgs/trunk/; revision=27710
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 92e07f3cdefe..d662d2bc65ad 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -241,6 +241,18 @@ rec {
       features.cifsTimeout = true;
     };
 
+  cifs_timeout_2_6_35 =
+    { name = "cifs-timeout";
+      patch = ./cifs-timeout-2.6.35.patch;
+      features.cifsTimeout = true;
+    };
+
+  cifs_timeout_2_6_38 =
+    { name = "cifs-timeout";
+      patch = ./cifs-timeout-2.6.38.patch;
+      features.cifsTimeout = true;
+    };
+
   cifs_timeout = cifs_timeout_2_6_32;
 
   no_xsave =