From 51b0ae8285a511e53be6f27fbaff0825d8a1c8c2 Mon Sep 17 00:00:00 2001 From: Matthias Badaire Date: Wed, 18 Jul 2001 14:54:31 +0000 Subject: IA64 adaptation --- perl-install/modules.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 402c06402..a9dcd2218 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -426,7 +426,8 @@ my @skip_modules_on_stage1 = ( "parport", "parport_pc", "plip", - qw(3w-xxxx pci2220i qla1280 qla2x00 i2o_block), + if_(arch() !~ /ia64/, qw(qla1280)), + qw(3w-xxxx pci2220i qla2x00 i2o_block), qw(gdth eata eata_pio eata_dma ips), qw(ac3200 at1700 atp ni5010 ni52 ni65), #- unused from Jeff "u14-34f", #- duplicate from ultrastor.o -- cgit v1.2.1