summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2013-11-19 21:36:55 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2013-11-23 17:21:19 +0100
commita34354ef81dc0dca8e671a17b32423497d7a2664 (patch)
treeb0674fb8ef2f3248e6011d1ef1ffcefebcb1f588 /pkgs/os-specific/linux
parent67e3258ab5d0c881b704987db85786cdf0676282 (diff)
downloadnixpkgs-a34354ef81dc0dca8e671a17b32423497d7a2664.tar
nixpkgs-a34354ef81dc0dca8e671a17b32423497d7a2664.tar.gz
nixpkgs-a34354ef81dc0dca8e671a17b32423497d7a2664.tar.bz2
nixpkgs-a34354ef81dc0dca8e671a17b32423497d7a2664.tar.lz
nixpkgs-a34354ef81dc0dca8e671a17b32423497d7a2664.tar.xz
nixpkgs-a34354ef81dc0dca8e671a17b32423497d7a2664.tar.zst
nixpkgs-a34354ef81dc0dca8e671a17b32423497d7a2664.zip
TuxOnIce: Add a 3.10 linux kernel with the TuxOnIce hibernation patch
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 6c812646209..36f3232838c 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -3,7 +3,7 @@
 let
 
   makeTuxonicePatch = { version, kernelVersion, sha256,
-    url ? "http://tuxonice.net/files/tuxonice-${version}-for-${kernelVersion}.patch.bz2" }:
+    url ? "http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-${kernelVersion}-${version}.patch.bz2" }:
     { name = "tuxonice-${kernelVersion}";
       patch = stdenv.mkDerivation {
         name = "tuxonice-${version}-for-${kernelVersion}.patch";
@@ -117,6 +117,13 @@ rec {
       patch = ./mips-ext3-n32.patch;
     };
 
+  tuxonice_3_10 = makeTuxonicePatch {
+    version = "2013-11-07";
+    kernelVersion = "3.10.18";
+    sha256 = "00b1rqgd4yr206dxp4mcymr56ymbjcjfa4m82pxw73khj032qw3j";
+  };
+
+
   grsecurity_2_9_1_3_2_52 =
     { name = "grsecurity-2.9.1-3.2.52";
       patch = fetchurl {