diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-08 08:49:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-08 08:49:18 +0000 |
commit | 929b798cd06ad5a5c2c7534dd30162baa3d26fad (patch) | |
tree | 35119bbbd074e8946d480a801d8ceae96421b328 | |
parent | 7229666f1f6fffb6cb902895ba004de7a0ab956c (diff) | |
download | drakx-929b798cd06ad5a5c2c7534dd30162baa3d26fad.tar drakx-929b798cd06ad5a5c2c7534dd30162baa3d26fad.tar.gz drakx-929b798cd06ad5a5c2c7534dd30162baa3d26fad.tar.bz2 drakx-929b798cd06ad5a5c2c7534dd30162baa3d26fad.tar.xz drakx-929b798cd06ad5a5c2c7534dd30162baa3d26fad.zip |
wizard: be aware of bewan modems detection
-rw-r--r-- | perl-install/network/netconnect.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index f960728a0..4397cf380 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -154,8 +154,7 @@ sub real_main { my %adsl_devices = ( speedtouch => N("Alcatel speedtouch USB modem"), sagem => N("Sagem USB modem"), - bewan_usb => N("Bewan USB modem"), - bewan_pci => N("Bewan PCI modem"), + bewan => N("Bewan modem"), eci => N("ECI Hi-Focus modem"), # this one needs eci agreement ); @@ -539,7 +538,6 @@ killall pppd get_subwizard($wiz, 'adsl'); $lan_detect->(); detect($netc->{autodetect}, 'adsl'); - # FIXME: we still need to detect bewan modems @adsl_devices = keys %eth_intf; foreach my $modem (keys %adsl_devices) { push @adsl_devices, $modem if $netc->{autodetect}{adsl}{$modem}; |