summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
diff options
context:
space:
mode:
authorJosé Jorge <zezinho@mageia.org>2011-10-17 08:32:52 +0000
committerJosé Jorge <zezinho@mageia.org>2011-10-17 08:32:52 +0000
commita598716fc19ee6e2d6e1149beb8163833aa241d8 (patch)
treee4fafbf3218ad8652966a2ae7ee974d7b8a7b7be /lib/network/connection
parente68a7911413a4e8044bd42f55b2bf48299d9c418 (diff)
downloaddrakx-net-a598716fc19ee6e2d6e1149beb8163833aa241d8.tar
drakx-net-a598716fc19ee6e2d6e1149beb8163833aa241d8.tar.gz
drakx-net-a598716fc19ee6e2d6e1149beb8163833aa241d8.tar.bz2
drakx-net-a598716fc19ee6e2d6e1149beb8163833aa241d8.tar.xz
drakx-net-a598716fc19ee6e2d6e1149beb8163833aa241d8.zip
install b43-openfwwf for b43 chips instead of requiring external firmware files
Diffstat (limited to 'lib/network/connection')
-rw-r--r--lib/network/connection/wireless.pm11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index e036f6c..ff00c13 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -221,6 +221,15 @@ my @thirdparty_settings = (
},
},
+ {
+ name => 'b43',
+ description => 'Broadcom B43 wireless chips',
+ firmware => {
+ url => 'http://www.ing-unibs.it/~openfwwf/',
+ test_file => 'b43-open/ucode5.fw',
+ },
+ },
+
(map {
+{
name => $_,
@@ -242,7 +251,7 @@ my @thirdparty_settings = (
},
},
};
- } qw(b43 b43legacy)),
+ } qw(b43legacy)),
{
name => 'broadcom-wl',