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:
parent
8eca4db54a
commit
007d56b69f
5
modules/hardware/network/intel-5150.nix
Normal file
5
modules/hardware/network/intel-5150.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, config, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
hardware.firmware = [ pkgs.iwlwifi5150ucode ];
|
||||||
|
}
|
@ -9,6 +9,7 @@ with pkgs.lib;
|
|||||||
[
|
[
|
||||||
../../hardware/network/intel-4965agn.nix
|
../../hardware/network/intel-4965agn.nix
|
||||||
../../hardware/network/intel-5000.nix
|
../../hardware/network/intel-5000.nix
|
||||||
|
../../hardware/network/intel-5150.nix
|
||||||
../../hardware/network/intel-6000.nix
|
../../hardware/network/intel-6000.nix
|
||||||
../../hardware/network/intel-6000g2a.nix
|
../../hardware/network/intel-6000g2a.nix
|
||||||
../../hardware/network/intel-6000g2b.nix
|
../../hardware/network/intel-6000g2b.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user