summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 85e1182cd..5c9b60e70 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -541,7 +541,7 @@ Take a look at http://www.linmodems.org"),
my $type;
my %pkgs2path = (
- hcfmodem => "/usr/sbin/hcfpciconfig",
+ hcfpcimodem => "/usr/sbin/hcfpciconfig",
hsfmodem => "/usr/sbin/hsfconfig",
ltmodem => "/etc/devfs/conf.d/ltmodem.conf",
slmodem => "/usr/sbin/slmodemd",
@@ -553,7 +553,7 @@ Take a look at http://www.linmodems.org"),
);
if (my $driver = $netc->{autodetect}{modem}{$modem_name}{driver}) {
- $driver =~ /^Hcf:/ and $type = "hcfmodem";
+ $driver =~ /^Hcf:/ and $type = "hcfpcimodem";
$driver =~ /^Hsf:/ and $type = "hsfmodem";
$driver =~ /^LT:/ and $type = "ltmodem";
#- we may need a better agreement to use list_modules::category2modules('network/slmodem')