mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
mac80211: disable b43 nphy until it actually works
SVN-Revision: 20498
This commit is contained in:
parent
282981d257
commit
ea04d330a9
1 changed files with 11 additions and 0 deletions
11
package/mac80211/patches/013-disable_b43_nphy.patch
Normal file
11
package/mac80211/patches/013-disable_b43_nphy.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/config.mk
|
||||
+++ b/config.mk
|
||||
@@ -198,7 +198,7 @@ ifneq ($(CONFIG_PCMCIA),)
|
||||
endif
|
||||
CONFIG_B43_LEDS=y
|
||||
CONFIG_B43_PHY_LP=y
|
||||
-CONFIG_B43_NPHY=y
|
||||
+# CONFIG_B43_NPHY is not set
|
||||
# CONFIG_B43_FORCE_PIO=y
|
||||
# CONFIG_B43_DEBUG=y
|
||||
|
||||
Loading…
Add table
Reference in a new issue