diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-26 22:36:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-26 22:36:23 +0000 |
commit | 59129108651d43df6e0565b0a18c6173df25155f (patch) | |
tree | 1cb6749d5a2a5d723b7cbc69b626b04eacdfc61b /package/mac80211/patches/013-disable_b43_nphy.patch | |
parent | 52090c32c9e7d1699369c83e0032de49c61960be (diff) | |
download | upstream-59129108651d43df6e0565b0a18c6173df25155f.tar.gz upstream-59129108651d43df6e0565b0a18c6173df25155f.tar.bz2 upstream-59129108651d43df6e0565b0a18c6173df25155f.zip |
mac80211: disable b43 nphy until it actually works
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/013-disable_b43_nphy.patch')
-rw-r--r-- | package/mac80211/patches/013-disable_b43_nphy.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/013-disable_b43_nphy.patch b/package/mac80211/patches/013-disable_b43_nphy.patch new file mode 100644 index 0000000000..747c52ab04 --- /dev/null +++ b/package/mac80211/patches/013-disable_b43_nphy.patch @@ -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 + |