From: Hauke Mehrtens Date: Sat, 23 Jul 2011 11:32:19 +0000 (+0000) Subject: mac80211: fix typo and make broken options depend on BROKEN X-Git-Tag: reboot~16201 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=aa37b9656d02479599db08158628c1920ac77bee;p=openwrt%2Fstaging%2Fxback.git mac80211: fix typo and make broken options depend on BROKEN SVN-Revision: 27735 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 07af5f29d3..b7c0fe0594 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -982,19 +982,21 @@ define KernelPackage/b43/config config PACKAGE_B43_PHY_HT bool "Enable support for HT-PHYs" + depends on BROKEN select B43_FW_5_10 default n help - Currently borken. + Currently broken. If unsure, say N. config PACKAGE_B43_PHY_LCN bool "Enable support for LCN-PHYs" + depends on BROKEN select B43_FW_5_10 default n help - Currently borken. + Currently broken. If unsure, say N.