1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 17:32:26 +03:00

[mac80211] b43: Add L-PHY firemware files to squash script

Use firmware 4.178.10.4 as default on.
Select firmware for all supported phy types and version as default.

Close ticket #5978


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18935 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2009-12-26 01:06:36 +00:00
parent 8494bd7c5a
commit d5afbb3e27
2 changed files with 12 additions and 4 deletions

View File

@ -3,7 +3,7 @@
choice choice
prompt "b43 firmware version" prompt "b43 firmware version"
depends on PACKAGE_kmod-b43 depends on PACKAGE_kmod-b43
default B43_STABLE default B43_EXPERIMENTAL
help help
This option allows you to select the version of the b43 firmware. This option allows you to select the version of the b43 firmware.
@ -41,6 +41,7 @@ endchoice
config B43_FW_SQUASH config B43_FW_SQUASH
bool "Remove unnecessary firmware files" bool "Remove unnecessary firmware files"
depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE
default y
help help
This options allows you to remove unnecessary b43 firmware files This options allows you to remove unnecessary b43 firmware files
from the final rootfs image. This can reduce the rootfs size by from the final rootfs image. This can reduce the rootfs size by
@ -54,7 +55,7 @@ config B43_FW_SQUASH
config B43_FW_SQUASH_COREREVS config B43_FW_SQUASH_COREREVS
string "Core revisions to include" string "Core revisions to include"
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
default "5,6,7,8,9,10" default "5,6,7,8,9,10,13,14,15"
help help
This is a comma seperated list of core revision numbers. This is a comma seperated list of core revision numbers.
Example (keep files for rev5 only): Example (keep files for rev5 only):
@ -65,7 +66,7 @@ config B43_FW_SQUASH_COREREVS
config B43_FW_SQUASH_PHYTYPES config B43_FW_SQUASH_PHYTYPES
string "PHY types to include" string "PHY types to include"
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
default "G,LP,N" default "A,AG,G,LP"
help help
This is a comma seperated list of PHY types: This is a comma seperated list of PHY types:
A => A-PHY A => A-PHY

View File

@ -65,7 +65,8 @@ revmapping = {
"ucode5.fw" : (5,6,7,8,9,10,), "ucode5.fw" : (5,6,7,8,9,10,),
"ucode11.fw" : (11,12,), "ucode11.fw" : (11,12,),
"ucode13.fw" : (13,), "ucode13.fw" : (13,),
"pcm4.fw" : (1,2,3,4,), "ucode14.fw" : (14,),
"ucode15.fw" : (15,),
"pcm5.fw" : (5,6,7,8,9,10,), "pcm5.fw" : (5,6,7,8,9,10,),
} }
@ -75,10 +76,16 @@ initvalmapping = {
"b0g0initvals5.fw" : ( (5,6,7,8,9,10,), ("G",), ), "b0g0initvals5.fw" : ( (5,6,7,8,9,10,), ("G",), ),
"b0g0initvals13.fw" : ( (13,), ("G",), ), "b0g0initvals13.fw" : ( (13,), ("G",), ),
"n0initvals11.fw" : ( (11,12,), ("N",), ), "n0initvals11.fw" : ( (11,12,), ("N",), ),
"lp0initvals13.fw" : ( (13,), ("LP",), ),
"lp0initvals14.fw" : ( (14,), ("LP",), ),
"lp0initvals15.fw" : ( (15,), ("LP",), ),
"a0g1bsinitvals5.fw" : ( (5,6,7,8,9,10,), ("AG",), ), "a0g1bsinitvals5.fw" : ( (5,6,7,8,9,10,), ("AG",), ),
"a0g0bsinitvals5.fw" : ( (5,6,7,8,9,10,), ("A", "AG"), ), "a0g0bsinitvals5.fw" : ( (5,6,7,8,9,10,), ("A", "AG"), ),
"b0g0bsinitvals5.fw" : ( (5,6,7,8,9,10,), ("G",), ), "b0g0bsinitvals5.fw" : ( (5,6,7,8,9,10,), ("G",), ),
"n0bsinitvals11.fw" : ( (11,12,), ("N",), ), "n0bsinitvals11.fw" : ( (11,12,), ("N",), ),
"lp0bsinitvals13.fw" : ( (13,), ("LP",), ),
"lp0bsinitvals14.fw" : ( (14,), ("LP",), ),
"lp0bsinitvals15.fw" : ( (15,), ("LP",), ),
} }
for f in fwfiles: for f in fwfiles: