From 769015e176566ac88c98c72df3be95ac82453be1 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 24 Sep 2001 14:31:43 +0000 Subject: corrected isdn firmware --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.1