From 9ad19b52afdc786429750887fb109ecca9d16af7 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Fri, 17 Jan 2003 19:42:17 +0000 Subject: airport support for ppc --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') 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'), ), ); -- cgit v1.2.1