summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-04-08 21:22:00 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-04-08 21:22:00 +0000
commit022d596b030e8d30b16647ffd04e273e814dd70d (patch)
tree80b44d5352b7801f0c1710296b5bcc351926f1c2 /perl-install/modules.pm
parent918bf48ecc77c6cd89e849d7f3a1059e79616f6e (diff)
downloaddrakx-022d596b030e8d30b16647ffd04e273e814dd70d.tar
drakx-022d596b030e8d30b16647ffd04e273e814dd70d.tar.gz
drakx-022d596b030e8d30b16647ffd04e273e814dd70d.tar.bz2
drakx-022d596b030e8d30b16647ffd04e273e814dd70d.tar.xz
drakx-022d596b030e8d30b16647ffd04e273e814dd70d.zip
correct my mistakes on removing some modules from stage1 and stage2 (-> remove only from stage1)
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm15
1 files changed, 9 insertions, 6 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 1fc562737..7622d47f2 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -34,13 +34,14 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/,
"3c509" => "3com 3c509",
"3c515" => "3com 3c515",
"3c90x" => "3Com 3c90x (Cyclone/Hurricane/Tornado)",
+ "3c90x" => "3Com 3c90x (Cyclone/Hurricane/Tornado)",
"82596" => "Apricot 82596",
"abyss" => "Smart 16/4 PCI Ringnode (token ring)",
-# unused from Jeff "ac3200" => "Ansel Communication AC3200",
+ "ac3200" => "Ansel Communication AC3200",
"acenic" => "AceNIC Gigabit Ethernet",
"aironet4500_card" => "aironet4500_card",
-# unused from Jeff "at1700" => "Allied Telesis AT1700",
-# unused from Jeff "atp" => "ATP",
+ "at1700" => "Allied Telesis AT1700",
+ "atp" => "ATP",
"com20020-pci" => "com20020-pci",
"cs89x0" => "CS89x0",
"de600" => "D-Link DE-600 pocket adapter",
@@ -69,9 +70,9 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/,
"natsemi" => "National Semiconductor 10/100",
"ne" => "NE2000 and compatible",
"ne2k-pci" => "NE2000 PCI",
-# unused from Jeff "ni5010" => "NI 5010",
-# unused from Jeff "ni52" => "NI 5210",
-# unused from Jeff "ni65" => "NI 6510",
+ "ni5010" => "NI 5010",
+ "ni52" => "NI 5210",
+ "ni65" => "NI 6510",
"old_tulip" => "Digital 21040/21041/21140 (old Tulip driver)",
"olympic" => "olympic",
"pcnet32" => "AMD PC/Net 32",
@@ -399,6 +400,7 @@ my @skip_big_modules_on_stage1 = (
qw(
olympic
sk98lin acenic
+3c90x
aironet4500_card com20020-pci hamachi starfire winbond-840
dc395x_trm
@@ -419,6 +421,7 @@ my @skip_modules_on_stage1 = (
"plip",
qw(3w-xxxx pci2220i qla1280 qla2x00 i2o_block),
qw(gdth eata eata_pio eata_dma ips),
+ qw(ac3200 at1700 atp ni5010 ni52 ni65), #- unused from Jeff
);