1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:17:32 +02:00

b43-fwsquash: ucode2.fw also supports core rev 3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18948 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2009-12-26 23:20:24 +00:00
parent 73ee554b8e
commit 0b0a5f7e08

View File

@ -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,),