From a598716fc19ee6e2d6e1149beb8163833aa241d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Mon, 17 Oct 2011 08:32:52 +0000 Subject: install b43-openfwwf for b43 chips instead of requiring external firmware files --- lib/network/connection/wireless.pm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'lib/network/connection') 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', -- cgit v1.2.1