summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-16 16:53:12 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-16 16:53:12 +0000
commit0f6e64b617b48141bf7d2ff9c82c1d1b6e3375aa (patch)
treeff778e692192cc21d7059ee6cf2f3e14c737817c /perl-install/network/netconnect.pm
parentdd0064b04e0f0c9e13040e4fb7d157fb5cc43e9d (diff)
downloaddrakx-0f6e64b617b48141bf7d2ff9c82c1d1b6e3375aa.tar
drakx-0f6e64b617b48141bf7d2ff9c82c1d1b6e3375aa.tar.gz
drakx-0f6e64b617b48141bf7d2ff9c82c1d1b6e3375aa.tar.bz2
drakx-0f6e64b617b48141bf7d2ff9c82c1d1b6e3375aa.tar.xz
drakx-0f6e64b617b48141bf7d2ff9c82c1d1b6e3375aa.zip
bewan support
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 0ecc434af..f58a66cd7 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -649,6 +649,7 @@ killall pppd
$in->do_pkgs->ensure_is_installed_if_available('speedtouch_mgmt', "$::prefix/usr/share/speedtouch/mgmt.o");
return 'adsl_speedtouch_firmware' if ! -e "$::prefix/usr/share/speedtouch/mgmt.o";
}
+ $netcnx->{bus} = $netc->{autodetect}{adsl}{bewan}{bus} if $ntf_name eq 'bewan';
if ($ntf_name eq 'bewan' && !$::testing) {
$in->do_pkgs->ensure_is_installed_if_available('unicorn', "$::prefix/usr/bin/bewan_adsl_status");
}
@@ -797,7 +798,7 @@ If you don't know, choose 'use pppoe'"),
},
post => sub {
$netc->{internet_cnx_choice} = 'adsl';
- network::adsl::adsl_conf_backend($in, $netcnx, $netc, $ntf_name, $adsl_type); #FIXME
+ network::adsl::adsl_conf_backend($in, $netcnx, $netc, $ntf_name, $adsl_type, $netcnx); #FIXME
$config->{adsl} = { kind => $ntf_name, protocol => $adsl_type };
$handle_multiple_cnx->();
},