summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rw-r--r--lib/network/connection/wireless.pm2
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',
},
},