summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-03-16 02:45:47 +0000
committerShea Levy <shea@shealevy.com>2012-03-16 02:45:47 +0000
commit0845f6618cecce9db9516ff8642024eb19006b9a (patch)
tree0ca311fd6ac3845795b57834861fc04a8b9facb3 /pkgs/os-specific
parentb3e248d0f7aa2113106db0e6fc75a8c18e71a86a (diff)
Add an 'efiBootStub' kernel feature to be used by NixOS
svn path=/nixpkgs/trunk/; revision=33137
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.3.nix b/pkgs/os-specific/linux/kernel/linux-3.3.nix
index 82ca7b0b6bb5f..748648d73328c 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.3.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.3.nix
@@ -243,6 +243,7 @@ import ./generic.nix (
     configCross = configWithPlatform stdenv.cross.platform;
 
     features.iwlwifi = true;
+    features.efiBootStub = true;
   }
 
   // removeAttrs args ["extraConfig"]