diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-12-26 01:06:36 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-12-26 01:06:36 +0000 |
commit | f1e9fb687b8ec20e4be60fdb8ab19f0622f8677b (patch) | |
tree | 45f7867953f7ed1df01d3246cd0632f40ef7fc26 /package/mac80211/Config.in.b43 | |
parent | 2a83e90ceb3287a9481dbb39b3593049219317ef (diff) | |
download | upstream-f1e9fb687b8ec20e4be60fdb8ab19f0622f8677b.tar.gz upstream-f1e9fb687b8ec20e4be60fdb8ab19f0622f8677b.tar.bz2 upstream-f1e9fb687b8ec20e4be60fdb8ab19f0622f8677b.zip |
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
SVN-Revision: 18935
Diffstat (limited to 'package/mac80211/Config.in.b43')
-rw-r--r-- | package/mac80211/Config.in.b43 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/mac80211/Config.in.b43 b/package/mac80211/Config.in.b43 index f5399312cb..04576a81aa 100644 --- a/package/mac80211/Config.in.b43 +++ b/package/mac80211/Config.in.b43 @@ -3,7 +3,7 @@ choice prompt "b43 firmware version" depends on PACKAGE_kmod-b43 - default B43_STABLE + default B43_EXPERIMENTAL help This option allows you to select the version of the b43 firmware. @@ -41,6 +41,7 @@ endchoice config B43_FW_SQUASH bool "Remove unnecessary firmware files" depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE + default y help This options allows you to remove unnecessary b43 firmware files 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 string "Core revisions to include" 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 This is a comma seperated list of core revision numbers. Example (keep files for rev5 only): @@ -65,7 +66,7 @@ config B43_FW_SQUASH_COREREVS config B43_FW_SQUASH_PHYTYPES string "PHY types to include" depends on PACKAGE_kmod-b43 && B43_FW_SQUASH - default "G,LP,N" + default "A,AG,G,LP" help This is a comma seperated list of PHY types: A => A-PHY |