about 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-05-05 14:26:20 +0000
committerShea Levy <shea@shealevy.com>2012-05-05 14:26:20 +0000
commit497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d (patch)
tree7d216c039fd1eec8011d458670ab6e75f3f0ff5a /pkgs/os-specific/linux/kernel/patches.nix
parent7a4c5e084c861469a9556b5a12eff04536d7e54f (diff)
downloadnixlib-497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d.tar
nixlib-497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d.tar.gz
nixlib-497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d.tar.bz2
nixlib-497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d.tar.lz
nixlib-497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d.tar.xz
nixlib-497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d.tar.zst
nixlib-497a4afe72d57d8a49df8f6dcebdb4dfb86abb0d.zip
We no longer need the bootstub config patch
svn path=/nixpkgs/trunk/; revision=33987
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 75f6473b57ba..df153d015487 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -334,11 +334,6 @@ rec {
       patch = ./sheevaplug_modules-2.6.35.patch;
     };
 
-  efi_bootstub_config_3_3 =
-    { name = "efi-config-3.3";
-      patch = ./efi-bootstub-config-3.3.patch;
-    };
-
   mips_restart_2_6_36 =
     { name = "mips_restart_2_6_36";
       patch = ./mips_restart.patch;