mirror of https://github.com/hak5/openwrt.git
14 lines
338 B
Diff
14 lines
338 B
Diff
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -309,8 +309,8 @@ ifdef CONFIG_MAC80211_LEDS
|
|
export CONFIG_B43_LEDS=y
|
|
endif #CONFIG_MAC80211_LEDS
|
|
export CONFIG_B43_PHY_LP=y
|
|
-export CONFIG_B43_PHY_N=y
|
|
-export CONFIG_B43_PHY_HT=y
|
|
+# export CONFIG_B43_PHY_N=y
|
|
+# export CONFIG_B43_PHY_HT=y
|
|
# export CONFIG_B43_PHY_LCN=y
|
|
# export CONFIG_B43_DEBUG=y
|
|
|