summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index ceaa1db64..50efa8c6b 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -86,7 +86,7 @@ sub load_category {
),
if_(arch() =~ /ppc/,
if_($category =~ /scsi/, 'mesh', 'mac53c94'),
- if_($category =~ /net/, 'bmac', 'gmac', 'mace'),
+ if_($category =~ /net/, 'bmac', 'gmac', 'mace', 'airport'),
if_($category =~ /sound/, 'dmasound_awacs'),
),
);