Просмотр исходного кода

mac80211: fix typo and make broken options depend on BROKEN

SVN-Revision: 27735
Hauke Mehrtens 14 лет назад
Родитель
Сommit
aa37b9656d
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      package/mac80211/Makefile

+ 4 - 2
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.