* Add a module for the Broadcom firmware. Also, add it to the
installation CD (though the kernel on the CD is not recent enough yet to actually support the device). (This is kind of an abuse of "not-detected.nix".) svn path=/nixos/trunk/; revision=30003
This commit is contained in:
5
modules/hardware/network/broadcom-43xx.nix
Normal file
5
modules/hardware/network/broadcom-43xx.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.firmware = [ pkgs.bcm43xx ];
|
||||
}
|
||||
@@ -10,6 +10,7 @@ with pkgs.lib;
|
||||
../../hardware/network/intel-6000.nix
|
||||
../../hardware/network/intel-6000g2a.nix
|
||||
../../hardware/network/intel-6000g2b.nix
|
||||
../../hardware/network/broadcom-43xx.nix
|
||||
];
|
||||
|
||||
config = mkDefault {
|
||||
|
||||
Reference in New Issue
Block a user