diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/network/connection/wireless.pm | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME = drakx-net -VERSION = 1.6 +VERSION = 1.7 DESTDIR= libdir=/usr/lib @@ -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', }, }, |