summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-02-14 14:32:44 -0500
committerShea Levy <shea@shealevy.com>2013-02-14 14:32:44 -0500
commit0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca (patch)
treedf7c27422d4ca509876d15d3e8ffb0866c2fc511 /pkgs/top-level
parentc23084906b687475bbd353e4fb69c5d4c9fac925 (diff)
downloadnixlib-0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca.tar
nixlib-0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca.tar.gz
nixlib-0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca.tar.bz2
nixlib-0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca.tar.lz
nixlib-0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca.tar.xz
nixlib-0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca.tar.zst
nixlib-0ad870eb5e003ad65b20ed88653e9e1d4fbd66ca.zip
Remove EOL'd Linux 3.5
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 190ea75f85fd..d3fe0c1290ec 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5967,21 +5967,6 @@ let
       ];
   };
 
-  linux_3_5 = makeOverridable (import ../os-specific/linux/kernel/linux-3.5.nix) {
-    inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
-    kernelPatches =
-      [
-        kernelPatches.sec_perm_2_6_24
-        # kernelPatches.aufs3_5
-        kernelPatches.perf3_5
-        kernelPatches.cifs_timeout_3_5_7
-      ] ++ lib.optionals (platform.kernelArch == "mips")
-      [ kernelPatches.mips_fpureg_emu
-        kernelPatches.mips_fpu_sigill
-        kernelPatches.mips_ext3_n32
-      ];
-  };
-
   linux_3_6 = makeOverridable (import ../os-specific/linux/kernel/linux-3.6.nix) {
     inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
     kernelPatches =
@@ -6126,7 +6111,6 @@ let
   linuxPackages_3_2 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_2 pkgs.linuxPackages_3_2);
   linuxPackages_3_2_xen = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_2_xen pkgs.linuxPackages_3_2_xen);
   linuxPackages_3_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_4 pkgs.linuxPackages_3_4);
-  linuxPackages_3_5 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_5 pkgs.linuxPackages_3_5);
   linuxPackages_3_6 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_6 pkgs.linuxPackages_3_6);
   linuxPackages_3_7 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_7 pkgs.linuxPackages_3_7);