diff options
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 8fad8efba..b50b2467c 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -332,12 +332,12 @@ qw( acenic sk98lin de4x5 BusLogic seagate fdomain g_NCR5380 dc395x_trm tmscsim dpt_i2o eata eata_pio eata_dma -apa1480_cb aztcd gscd isp16 mcd mcdx optcd cm206 sjcd ); my @skip_modules_on_stage1 = ( arch() =~ /alpha/ ? qw(sb1000) : (), + "apa1480_cb", ); |