Arseniy Seroka 2015-04-05 15:58:25 +03:00
parent e07ea5cf77
commit b11f662617
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ sub pciCheck {
$device eq "0x4331" || $device eq "0x43a0" || $device eq "0x43b1"
) )
{
push @modulePackages, "config.boot.kernelPackages.broadcom_sta";
push @modulePackages, "\${config.boot.kernelPackages.broadcom_sta}";
push @kernelModules, "wl";
}