Fix problem where bnx2x dependency tree needs special handling in sles
This commit is contained in:
parent
77cea20b24
commit
cfb4a4cbaa
@ -817,6 +817,9 @@ while (scalar @checkdeps) {
|
||||
s/.*://;
|
||||
s/^\s*//;
|
||||
my @deps = split /\s+/,$_;
|
||||
if ($driver =~ /libcrc32c.ko/) {
|
||||
push @deps, 'crc32c.ko';
|
||||
}
|
||||
my $dep;
|
||||
foreach $dep (@deps) {
|
||||
$dep =~ s/.*\///;
|
||||
|
Loading…
Reference in New Issue
Block a user