From c02b29e5001bf42ea674de23c2d4d5b74f2bc572 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Apr 2001 13:35:59 +0000 Subject: (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 890306063..36687899d 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -398,7 +398,6 @@ qw( sk98lin acenic aironet4500_card com20020-pci hamachi starfire winbond-840 -kaweth dc395x_trm BusLogic seagate fdomain g_NCR5380 tmscsim ) @@ -407,6 +406,7 @@ BusLogic seagate fdomain g_NCR5380 tmscsim my @skip_modules_on_stage1 = ( qw(olympic sktr tmspci ibmtr abyss), # token ring qw(old_tulip rtl8139), # doesn't exist in 2.4 + qw(kaweth pegasus), # usb net if_(arch() =~ /alpha|ppc/, qw(sb1000)), "apa1480_cb", "imm", -- cgit v1.2.1