summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-09-24 14:31:43 +0000
committerdamien <damien@mandriva.com>2001-09-24 14:31:43 +0000
commit769015e176566ac88c98c72df3be95ac82453be1 (patch)
treedb981f6a5ac2afb3ef27e0bb656d76e59320d49c
parentd8fccf56918fd92ad1db542a832cf266d32451ce (diff)
downloaddrakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar
drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar.gz
drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar.bz2
drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar.xz
drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.zip
corrected isdn firmware
-rw-r--r--perl-install/modules.pm1
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;