diff options
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a9dcd2218..354665395 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -255,7 +255,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, }], [ 'sound', { if_(arch() =~ /ppc/, - "dmasound" => "Amiga or PowerMac DMA sound", + "dmasound_awacs" => "Amiga or PowerMac DMA sound", ), if_(arch() !~ /^sparc/, "cmpci" => "C-Media Electronics CMI8338A CMI8338B CMI8738", @@ -717,7 +717,7 @@ sub load_thiskind { if_(arch() =~ /ppc/, if_($type =~ /scsi/, 'mesh', 'mac53c94'), if_($type =~ /net/, 'bmac', 'gmac', 'mace'), - if_($type =~ /sound/, 'dmasound'), + if_($type =~ /sound/, 'dmasound_awacs'), ), ); grep { |