From cc877bc31e22923df58567582adc74f46c0b3c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Tue, 18 Oct 2011 19:03:27 +0000 Subject: 0.97.1 : install b43-openfwwf for b43 chips instead of requiring external firmware files (#923) --- Makefile | 2 +- NEWS | 3 +++ lib/network/connection/wireless.pm | 12 +++++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5887ea2..477ceae 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = drakx-net -VERSION = 0.97 +VERSION = 0.97.1 DESTDIR= libdir=/usr/lib diff --git a/NEWS b/NEWS index d00f32b..ad6f327 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.97.1: +- install b43-openfwwf for b43 chips instead of requiring external firmware files (#923) + 0.97: - update encryption icons for Mageia (#1094) diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index e036f6c..4f86f17 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -221,6 +221,16 @@ my @thirdparty_settings = ( }, }, + { + name => 'b43', + description => 'Broadcom B43 wireless chips', + firmware => { + package => 'b43-openfwwf', + url => 'http://www.ing-unibs.it/~openfwwf/', + test_file => 'b43-open/ucode5.fw', + }, + }, + (map { +{ name => $_, @@ -242,7 +252,7 @@ my @thirdparty_settings = ( }, }, }; - } qw(b43 b43legacy)), + } qw(b43legacy)), { name => 'broadcom-wl', -- cgit v1.2.1