From 713b7ecdbbc1e5985411c50ff849740eab8d1cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 13 Apr 2012 17:52:29 +0000 Subject: [PATCH] Removing a commented patch that is not needed for kernels newer than 2.6.36 iirc. The patch got upstream back then. svn path=/nixpkgs/trunk/; revision=33778 --- pkgs/top-level/all-packages.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c90abea310b..6c3a8705fb4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5663,7 +5663,6 @@ let kernelPatches.sec_perm_2_6_24 kernelPatches.aufs2_1_2_6_38 kernelPatches.cifs_timeout_2_6_38 - #kernelPatches.mips_restart_2_6_36 ]; }; @@ -5675,7 +5674,6 @@ let [ #kernelPatches.fbcondecor_2_6_38 kernelPatches.sec_perm_2_6_24 kernelPatches.aufs2_1_2_6_39 - #kernelPatches.mips_restart_2_6_36 ]; }; @@ -5686,7 +5684,6 @@ let kernelPatches.sec_perm_2_6_24 kernelPatches.aufs3_0 #kernelPatches.aufs2_1_3_0 - #kernelPatches.mips_restart_2_6_36 ]; }; @@ -5696,7 +5693,6 @@ let [ #kernelPatches.fbcondecor_2_6_38 kernelPatches.sec_perm_2_6_24 kernelPatches.aufs3_1 - #kernelPatches.mips_restart_2_6_36 ]; }; @@ -5707,7 +5703,6 @@ let kernelPatches.sec_perm_2_6_24 kernelPatches.aufs3_2 kernelPatches.cifs_timeout_2_6_38 - #kernelPatches.mips_restart_2_6_36 ]; }; @@ -5719,7 +5714,6 @@ let kernelPatches.aufs3_3 kernelPatches.efi_bootstub_config_3_3 kernelPatches.btrfs_enospc - #kernelPatches.mips_restart_2_6_36 ]; };