Add an 'efiBootStub' kernel feature to be used by NixOS

svn path=/nixpkgs/trunk/; revision=33137
This commit is contained in:
Shea Levy 2012-03-16 02:45:47 +00:00
parent b3e248d0f7
commit 0845f6618c

View file

@ -243,6 +243,7 @@ import ./generic.nix (
configCross = configWithPlatform stdenv.cross.platform;
features.iwlwifi = true;
features.efiBootStub = true;
}
// removeAttrs args ["extraConfig"]