From 326676a03c718de6b016b7659f46d849db176e1b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 8 Sep 2005 17:07:58 +0000 Subject: try not to use wrong "orinoco" module (#18294) --- perl-install/network/ethernet.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/network') 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}; -- cgit v1.2.1