summaryrefslogtreecommitdiffstats
path: root/package/mac80211/files
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-26 23:20:24 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-26 23:20:24 +0000
commit0b0a5f7e08cadaa9a91e2c46e862aac04733168e (patch)
treef9dea5516be5e64c137cab6d27dcbc0586deb8b9 /package/mac80211/files
parent73ee554b8e686ebe39b5e67244bff2db075f902b (diff)
b43-fwsquash: ucode2.fw also supports core rev 3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/files')
-rwxr-xr-xpackage/mac80211/files/host_bin/b43-fwsquash.py2
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 34e6ed3c0..8c5859c42 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,),