mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:44:05 +02:00
mac80211: b43: use firmware version 666.2 as default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30673 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d4211563a5
commit
2b8a4722f0
@ -888,12 +888,12 @@ define KernelPackage/b43/config
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "b43 firmware version"
|
prompt "b43 firmware version"
|
||||||
default B43_FW_5_10
|
default B43_FW_5_100_138
|
||||||
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.
|
||||||
|
|
||||||
config B43_FW_4_150
|
config B43_FW_4_150
|
||||||
bool "Firmware 410.2160 from driver 4.150.10.5 (stable)"
|
bool "Firmware 410.2160 from driver 4.150.10.5 (old stable)"
|
||||||
help
|
help
|
||||||
Stable firmware for BCM43xx devices.
|
Stable firmware for BCM43xx devices.
|
||||||
|
|
||||||
@ -918,7 +918,7 @@ define KernelPackage/b43/config
|
|||||||
If unsure, select the "stable" firmware.
|
If unsure, select the "stable" firmware.
|
||||||
|
|
||||||
config B43_FW_5_100_138
|
config B43_FW_5_100_138
|
||||||
bool "Firmware 666.2 from driver 5.100.138"
|
bool "Firmware 666.2 from driver 5.100.138 (stable)"
|
||||||
help
|
help
|
||||||
Newer experimental firmware for BCM43xx devices.
|
Newer experimental firmware for BCM43xx devices.
|
||||||
|
|
||||||
@ -1003,7 +1003,6 @@ define KernelPackage/b43/config
|
|||||||
|
|
||||||
config PACKAGE_B43_PHY_N
|
config PACKAGE_B43_PHY_N
|
||||||
bool "Enable support for N-PHYs"
|
bool "Enable support for N-PHYs"
|
||||||
select B43_FW_5_100_138
|
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable support for BCM4321 and BCM4322.
|
Enable support for BCM4321 and BCM4322.
|
||||||
@ -1014,7 +1013,6 @@ define KernelPackage/b43/config
|
|||||||
|
|
||||||
config PACKAGE_B43_PHY_HT
|
config PACKAGE_B43_PHY_HT
|
||||||
bool "Enable support for HT-PHYs"
|
bool "Enable support for HT-PHYs"
|
||||||
select B43_FW_5_100_138
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Currently broken.
|
Currently broken.
|
||||||
@ -1024,7 +1022,6 @@ define KernelPackage/b43/config
|
|||||||
config PACKAGE_B43_PHY_LCN
|
config PACKAGE_B43_PHY_LCN
|
||||||
bool "Enable support for LCN-PHYs"
|
bool "Enable support for LCN-PHYs"
|
||||||
depends on BROKEN
|
depends on BROKEN
|
||||||
select B43_FW_5_100_138
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Currently broken.
|
Currently broken.
|
||||||
|
Loading…
Reference in New Issue
Block a user