1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

intel-5150.nix: add Intel 5150 wireless firmware support

Author:    Sergey Mironov <ierton@gmail.com>

svn path=/nixos/trunk/; revision=31231
This commit is contained in:
Florian Friesdorf 2012-01-03 14:12:41 +00:00
parent 8eca4db54a
commit 007d56b69f
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{pkgs, config, ...}:
{
hardware.firmware = [ pkgs.iwlwifi5150ucode ];
}

View file

@ -9,6 +9,7 @@ with pkgs.lib;
[
../../hardware/network/intel-4965agn.nix
../../hardware/network/intel-5000.nix
../../hardware/network/intel-5150.nix
../../hardware/network/intel-6000.nix
../../hardware/network/intel-6000g2a.nix
../../hardware/network/intel-6000g2b.nix