summaryrefslogtreecommitdiffstats
path: root/kernel/check_mar.pl
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/check_mar.pl')
-rwxr-xr-xkernel/check_mar.pl4
1 files changed, 2 insertions, 2 deletions
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'),