summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 940dd45b0..19c3bbe34 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -640,13 +640,13 @@ sub load_thiskind {
my @try_modules = (
if_($type =~ /scsi/,
- 'imm', 'ppa',
+ if_(arch() !~ /ppc/, 'imm', 'ppa'),
if_(detect_devices::usbZips(), 'usb-storage'),
),
if_(arch() =~ /ppc/,
- 'mesh', 'mac53c94',
- if_($type =~ /net/, 'bmac', 'gmac', 'pmac'),
- if_($type =~ /sound/, 'dmasound'),
+ if_($type =~ /scsi/, 'mesh', 'mac53c94'),
+ if_($type =~ /net/, 'bmac', 'gmac', 'mace'),
+ if_($type =~ /sound/, 'dmasound'),
),
);
grep {