From 527e006edfb975d379ba5d3d260bb09fcf2b9072 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 1 Mar 2005 18:26:24 +0000 Subject: (get_eth_cards) workaround buggy kernel until provided patch got applied (#12609) --- perl-install/network/ethernet.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 7606945c0..21cfc6708 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -58,6 +58,7 @@ sub get_eth_cards { "p80211_prism2_pci" => 'prism2_pci', "p80211_prism2_usb" => 'prism2_usb', "ip1394" => "eth1394", + "DL2K" => "dl2k", "hostap" => undef, #- should be either "hostap_plx", "hostap_pci" or "hostap_cs" ); $a = $fixes{$a} if exists $fixes{$a}; -- cgit v1.2.1