index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
mac80211
/
files
/
host_bin
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/mac80211/files/host_bin')
-rwxr-xr-x
package/mac80211/files/host_bin/b43-fwsquash.py
2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/files/host_bin/b43-fwsquash.py b/package/mac80211/files/host_bin/b43-fwsquash.py
index 34e6ed3c05..8c5859c421 100755
--- a/
package/mac80211/files/host_bin/b43-fwsquash.py
+++ b/
package/mac80211/files/host_bin/b43-fwsquash.py
@@ -62,7 +62,7 @@ def phytypes_match(types_a, types_b):
return False
revmapping = {
- "ucode2.fw" : (2,),
+ "ucode2.fw" : (2,3,),
"ucode4.fw" : (4,),
"ucode5.fw" : (5,6,7,8,9,10,),
"ucode11.fw" : (11,12,),