diff options
author | José Jorge <zezinho@mageia.org> | 2011-10-18 19:03:27 +0000 |
---|---|---|
committer | José Jorge <zezinho@mageia.org> | 2011-10-18 19:03:27 +0000 |
commit | cc877bc31e22923df58567582adc74f46c0b3c2d (patch) | |
tree | 945845be583ae35c389187d871f5a5cf5bdc6608 | |
parent | 03f527a208b2ef57ef9765aff554f9a03fb3036c (diff) | |
download | drakx-net-cc877bc31e22923df58567582adc74f46c0b3c2d.tar drakx-net-cc877bc31e22923df58567582adc74f46c0b3c2d.tar.gz drakx-net-cc877bc31e22923df58567582adc74f46c0b3c2d.tar.bz2 drakx-net-cc877bc31e22923df58567582adc74f46c0b3c2d.tar.xz drakx-net-cc877bc31e22923df58567582adc74f46c0b3c2d.zip |
0.97.1 : install b43-openfwwf for b43 chips instead of requiring external firmware files (#923)
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/network/connection/wireless.pm | 12 |
3 files changed, 15 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME = drakx-net -VERSION = 0.97 +VERSION = 0.97.1 DESTDIR= libdir=/usr/lib @@ -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', |