diff options
Diffstat (limited to 'kernel')
-rwxr-xr-x | kernel/check_mar.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/check_mar.pl b/kernel/check_mar.pl index 5d3b5057e..7b9fefbbf 100755 --- a/kernel/check_mar.pl +++ b/kernel/check_mar.pl @@ -7,7 +7,7 @@ my $mar = '../mdk-stage1/mar/mar'; my %sanity_check = ( cdrom => [ - qw(sym53c8xx), + qw(aic7xxx), if_(arch() !~ /ppc|x86_64/, 'advansys'), ], all => [ |