diff options
Diffstat (limited to 'package/mac80211/patches/001-disable_b44.patch')
-rw-r--r-- | package/mac80211/patches/001-disable_b44.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/mac80211/patches/001-disable_b44.patch b/package/mac80211/patches/001-disable_b44.patch new file mode 100644 index 000000000..389dac1ae --- /dev/null +++ b/package/mac80211/patches/001-disable_b44.patch @@ -0,0 +1,13 @@ +--- a/config.mk ++++ b/config.mk +@@ -377,8 +377,8 @@ export CONFIG_B43_BCMA_EXTRA=y + + export CONFIG_P54_PCI=m + +-export CONFIG_B44=m +-export CONFIG_B44_PCI=y ++# export CONFIG_B44=m ++# export CONFIG_B44_PCI=y + + export CONFIG_RTL8180=m + |