diff options
author | Michael Büsch <mb@bu3sch.de> | 2009-12-26 23:20:24 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2009-12-26 23:20:24 +0000 |
commit | bced3bd81b685dcc20a16fbe512f780892c80127 (patch) | |
tree | 3939ca3d8316edd5f340f3d27ad2eb0629552523 /package/mac80211 | |
parent | abade416d152b1c48cc711b0d994e9cdd279da4e (diff) | |
download | upstream-bced3bd81b685dcc20a16fbe512f780892c80127.tar.gz upstream-bced3bd81b685dcc20a16fbe512f780892c80127.tar.bz2 upstream-bced3bd81b685dcc20a16fbe512f780892c80127.zip |
b43-fwsquash: ucode2.fw also supports core rev 3
SVN-Revision: 18948
Diffstat (limited to 'package/mac80211')
-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,), |