From f6ad9c5a8824f7932815facae24f38eb51a937cc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Jan 2004 11:14:00 +0000 Subject: check cdrom & all instead of network & hd --- kernel/check_mar.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/check_mar.pl') diff --git a/kernel/check_mar.pl b/kernel/check_mar.pl index 80c0cc86c..5d3b5057e 100755 --- a/kernel/check_mar.pl +++ b/kernel/check_mar.pl @@ -6,11 +6,11 @@ my $mar = '../mdk-stage1/mar/mar'; -x $mar or die "ERROR: Sorry, need $mar binary\n"; my %sanity_check = ( - hd => [ + cdrom => [ qw(sym53c8xx), if_(arch() !~ /ppc|x86_64/, 'advansys'), ], - network => [ + all => [ qw(3c59x eepro100 tulip via-rhine ne2k-pci 8139too), if_(arch() !~ /ppc/, 'e100'), if_(arch() !~ /ppc|ia64/, 'tlan'), -- cgit v1.2.1