diff options
author | Matthias Badaire <mbadaire@mandriva.com> | 2001-07-18 14:54:31 +0000 |
---|---|---|
committer | Matthias Badaire <mbadaire@mandriva.com> | 2001-07-18 14:54:31 +0000 |
commit | 51b0ae8285a511e53be6f27fbaff0825d8a1c8c2 (patch) | |
tree | e267c13119369441c39d82642189b59cf453d1b4 /perl-install/modules.pm | |
parent | b446027498f31bd825502ff98dab714398d9a4ec (diff) | |
download | drakx-51b0ae8285a511e53be6f27fbaff0825d8a1c8c2.tar drakx-51b0ae8285a511e53be6f27fbaff0825d8a1c8c2.tar.gz drakx-51b0ae8285a511e53be6f27fbaff0825d8a1c8c2.tar.bz2 drakx-51b0ae8285a511e53be6f27fbaff0825d8a1c8c2.tar.xz drakx-51b0ae8285a511e53be6f27fbaff0825d8a1c8c2.zip |
IA64 adaptation
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |