diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-01 18:26:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-01 18:26:24 +0000 |
commit | 527e006edfb975d379ba5d3d260bb09fcf2b9072 (patch) | |
tree | 81c86a6dcec70b33ed0040b7c0d5405fe8d4ea42 /perl-install/network/ethernet.pm | |
parent | 7e3519eb3724babc11c65dc9d59d6e236e5d0952 (diff) | |
download | drakx-527e006edfb975d379ba5d3d260bb09fcf2b9072.tar drakx-527e006edfb975d379ba5d3d260bb09fcf2b9072.tar.gz drakx-527e006edfb975d379ba5d3d260bb09fcf2b9072.tar.bz2 drakx-527e006edfb975d379ba5d3d260bb09fcf2b9072.tar.xz drakx-527e006edfb975d379ba5d3d260bb09fcf2b9072.zip |
(get_eth_cards) workaround buggy kernel until provided patch got applied (#12609)
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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}; |