Fix problem where bnx2x dependency tree needs special handling in sles
This commit is contained in:
parent
0a4d9fd9bc
commit
e52df92352
@ -829,6 +829,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