diff options
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a70fbd200..160ed18ff 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -774,6 +774,7 @@ sub get_that_type { $_->{driver} = $1; $_->{options} = $2; $_->{firmware} = $3; + $_->{firmware} =~ s/firmware=//; $_->{driver} eq "hisax" and $_->{options} .= " id=HiSax"; } $b; |