summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-08 17:07:58 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-08 17:07:58 +0000
commit326676a03c718de6b016b7659f46d849db176e1b (patch)
treef0ebc4dab582a671b0f37a6fdaf4cfa92915a201
parente90bc8dd98cc3209ef2d08b27ee3b3d46ff55b3a (diff)
downloaddrakx-backup-do-not-use-326676a03c718de6b016b7659f46d849db176e1b.tar
drakx-backup-do-not-use-326676a03c718de6b016b7659f46d849db176e1b.tar.gz
drakx-backup-do-not-use-326676a03c718de6b016b7659f46d849db176e1b.tar.bz2
drakx-backup-do-not-use-326676a03c718de6b016b7659f46d849db176e1b.tar.xz
drakx-backup-do-not-use-326676a03c718de6b016b7659f46d849db176e1b.zip
try not to use wrong "orinoco" module (#18294)
-rw-r--r--perl-install/network/ethernet.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index c148c9a1e..5583aa049 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -61,7 +61,8 @@ sub get_eth_cards {
"p80211_prism2_usb" => 'prism2_usb',
"ip1394" => "eth1394",
"DL2K" => "dl2k",
- "hostap" => undef, #- should be either "hostap_plx", "hostap_pci" or "hostap_cs"
+ "orinoco" => undef, #- should be orinoco_{cs,nortel,pci,plx,tmd}
+ "hostap" => undef, #- should be hostap_{cs,pci,plx}
);
$a = $fixes{$a} if exists $fixes{$a};