summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2003-01-17 19:42:17 +0000
committerStew Benedict <stewb@mandriva.org>2003-01-17 19:42:17 +0000
commit9ad19b52afdc786429750887fb109ecca9d16af7 (patch)
tree0e9b1f05e9f10509755b933d980e585dfd90d393 /perl-install/modules.pm
parent60b1bfe61c7bea125b2fb753b2512666cbeb492c (diff)
downloaddrakx-backup-do-not-use-9ad19b52afdc786429750887fb109ecca9d16af7.tar
drakx-backup-do-not-use-9ad19b52afdc786429750887fb109ecca9d16af7.tar.gz
drakx-backup-do-not-use-9ad19b52afdc786429750887fb109ecca9d16af7.tar.bz2
drakx-backup-do-not-use-9ad19b52afdc786429750887fb109ecca9d16af7.tar.xz
drakx-backup-do-not-use-9ad19b52afdc786429750887fb109ecca9d16af7.zip
airport support for ppc
Diffstat (limited to 'perl-install/modules.pm')
-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'),
),
);