mac80211: fix typo and make broken options depend on BROKEN
SVN-Revision: 27735
This commit is contained in:
parent
96b6f27271
commit
aa37b9656d
1 changed files with 4 additions and 2 deletions
|
@ -982,19 +982,21 @@ 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"
|
||||||
|
depends on BROKEN
|
||||||
select B43_FW_5_10
|
select B43_FW_5_10
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Currently borken.
|
Currently broken.
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
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
|
||||||
select B43_FW_5_10
|
select B43_FW_5_10
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Currently borken.
|
Currently broken.
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue