mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
updated broadcom wl driver
svn path=/nixos/trunk/; revision=25334
This commit is contained in:
parent
fe3e648979
commit
ddc6f84d9c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ sub pciCheck {
|
|||
$device eq "0x4315" || $device eq "0x4327" || $device eq "0x4328" ||
|
||||
$device eq "0x4329" || $device eq "0x432a" || $device eq "0x432b" ||
|
||||
$device eq "0x432c" || $device eq "0x432d" || $device eq "0x4353" ||
|
||||
$device eq "0x4357") )
|
||||
$device eq "0x4357" || $device eq "0x4358" || $device eq "0x4359" ) )
|
||||
{
|
||||
push @modulePackages, "config.boot.kernelPackages.broadcom_sta";
|
||||
push @kernelModules, "wl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue