projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath9k: fix short slot vs long slot handling, implement support for setting the covera...
[openwrt.git]
/
package
/
mac80211
/
files
/
host_bin
/
b43-fwsquash.py
diff --git
a/package/mac80211/files/host_bin/b43-fwsquash.py
b/package/mac80211/files/host_bin/b43-fwsquash.py
index
34e6ed3
..
8c5859c
100755
(executable)
--- 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,),
This page took
0.022374 seconds
and
4
git commands to generate.