diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-03-13 17:11:51 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-03-13 17:11:51 +0000 |
commit | 2013c953f3f4c67904c0592c7038890aad176344 (patch) | |
tree | 7bcce715b3f82285edeb5b0396812f94640af86a /perl-install | |
parent | 11a1b9567c53c489e6cd4a9f30528b0c39938c59 (diff) | |
download | drakx-2013c953f3f4c67904c0592c7038890aad176344.tar drakx-2013c953f3f4c67904c0592c7038890aad176344.tar.gz drakx-2013c953f3f4c67904c0592c7038890aad176344.tar.bz2 drakx-2013c953f3f4c67904c0592c7038890aad176344.tar.xz drakx-2013c953f3f4c67904c0592c7038890aad176344.zip |
add e100
remove sk98 from stage1-network, again :-(
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/modules.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index ee0187d04..2473339a9 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -49,6 +49,7 @@ arch() =~ /^sparc/ ? ( "eexpress" => "Intel EtherExpress", "eepro" => "Intel EtherExpress Pro", "eepro100" => "Intel EtherExpress Pro 100", #- should run on sparc but no memory on floppy + "e100" => "Intel Ethernet Pro 100", #- newer Intel version of eepro100 "hp100" => "HP10/100VG any LAN ", "hp" => "HP LAN/AnyLan", "hp-plus" => "HP PCLAN/plus", @@ -328,8 +329,9 @@ my %type_aliases = ( my @skip_big_modules_on_stage1 = qw( +sk98lin ); #******(missing-2.4) dpt_i2o aztcd gscd isp16 mcd mcdx optcd cm206 sjcd cdu31a -#sk98lin + #acenic #BusLogic seagate fdomain g_NCR5380 tmscsim #gdth eata eata_pio eata_dma |