From 903782b7f0b08a871945212eadcd6d352a0a10b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Mon, 16 Apr 2012 17:11:37 +0000 Subject: version 1.7 fixes b43 firmware path (#5419) --- Makefile | 2 +- NEWS | 3 +++ lib/network/connection/wireless.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e81d3d0..c613317 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = drakx-net -VERSION = 1.6 +VERSION = 1.7 DESTDIR= libdir=/usr/lib diff --git a/NEWS b/NEWS index ba2afae..575c1c7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.7 +- change path to b43 firmware according to kernel changes (#5419) + 1.6: - ensure /etc/hostname has a newline as per upstream specs (#4672) diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 89d57dd..764c900 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -227,7 +227,7 @@ my @thirdparty_settings = ( firmware => { package => 'b43-openfwwf', url => 'http://www.ing-unibs.it/~openfwwf/', - test_file => 'b43-open/ucode5.fw', + test_file => 'b43/ucode5.fw', }, }, -- cgit v1.2.1