diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-08-20 16:12:07 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-08-20 16:12:07 +0000 |
commit | f8279c76c0018f0dc3df4c9debc0bed1e6774649 (patch) | |
tree | 68e7a3fe5908730147b9788241d8b7c2957a61d9 /kernel/check_mar.pl | |
parent | fa952752cc78b57266f537b0cc9a3652756b4851 (diff) | |
download | drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.gz drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.bz2 drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.xz drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.zip |
- Strip modules on AMD64 with K. O. script
- Split network_gigabit_usb.img into network_{gigabit,usb}.img on AMD64
Diffstat (limited to 'kernel/check_mar.pl')
-rwxr-xr-x | kernel/check_mar.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/check_mar.pl b/kernel/check_mar.pl index c288d83bd..aedbfdfe7 100755 --- a/kernel/check_mar.pl +++ b/kernel/check_mar.pl @@ -7,13 +7,13 @@ my $mar = '../mdk-stage1/mar/mar'; my %sanity_check = ( hd => [ - if_(arch() !~ /x86_64/, 'aic7xxx'), - qw(sym53c8xx initio), - if_(arch() !~ /ppc/, 'advansys'), + qw(sym53c8xx), + if_(arch() !~ /x86_64/, 'initio'), + if_(arch() !~ /ppc|x86_64/, 'advansys'), ], network => [ qw(3c59x eepro100 tulip via-rhine ne2k-pci 8139too), - if_(arch() !~ /ppc|x86_64/, 'e100'), + if_(arch() !~ /ppc/, 'e100'), if_(arch() !~ /ppc|ia64/, 'tlan'), ], ); |