summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2002-10-09 13:07:43 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2002-10-09 13:07:43 +0000
commit371518646455a3f7c8b08d2b8c7ade3db8016d8c (patch)
treebf8d0b9b6505da2c3c2f4c53f7ca4bd1f249b953
parentb165a9b67187fd64294ad911b4bc1ebaf832e8fb (diff)
downloaddrakx-371518646455a3f7c8b08d2b8c7ade3db8016d8c.tar
drakx-371518646455a3f7c8b08d2b8c7ade3db8016d8c.tar.gz
drakx-371518646455a3f7c8b08d2b8c7ade3db8016d8c.tar.bz2
drakx-371518646455a3f7c8b08d2b8c7ade3db8016d8c.tar.xz
drakx-371518646455a3f7c8b08d2b8c7ade3db8016d8c.zip
Remove x86-64 specificities but tlan stuff
-rwxr-xr-xkernel/check_mar.pl9
1 files changed, 4 insertions, 5 deletions
diff --git a/kernel/check_mar.pl b/kernel/check_mar.pl
index d29e65088..7a8db526e 100755
--- a/kernel/check_mar.pl
+++ b/kernel/check_mar.pl
@@ -7,14 +7,13 @@ my $mar = '../mdk-stage1/mar/mar';
my %sanity_check = (
hd => [
- if_(arch() !~ /x86_64/, 'aic7xxx'),
- qw(sym53c8xx initio),
+ qw(aic7xxx sym53c8xx initio),
if_(arch() !~ /ppc/, 'advansys'),
],
network => [
- qw(3c59x eepro100 tulip via-rhine ne2k-pci 8139too),
- if_(arch() !~ /ppc|x86_64/, 'e100'),
- if_(arch() !~ /ppc|ia64/, 'tlan'),
+ qw(3c59x eepro100 tulip via-rhine ne2k-pci 8139too),
+ if_(arch() !~ /ppc/, 'e100'),
+ if_(arch() !~ /ppc|x86_64|ia64/, 'tlan'),
],
);