From 5b749d22001bba63ff962248e3093f11782c143e Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 23 Jul 2011 11:32:19 +0000 Subject: [PATCH 1/1] mac80211: fix typo and make broken options depend on BROKEN git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27735 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 07af5f29d..b7c0fe059 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. -- 2.20.1