aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/011-no_sdio.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-02-19 15:41:55 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-02-19 15:41:55 +0000
commit3889c76a6e723da1dde8403c40ea04e751577770 (patch)
tree2a0f9e43ccafc86e6ed99d85203f7a1589c13977 /package/mac80211/patches/011-no_sdio.patch
parent8a1f7817d14b0fe3a02322a911dcfaad33e934ef (diff)
downloadupstream-3889c76a6e723da1dde8403c40ea04e751577770.tar.gz
upstream-3889c76a6e723da1dde8403c40ea04e751577770.tar.bz2
upstream-3889c76a6e723da1dde8403c40ea04e751577770.zip
remove pcmcia and sdio
This fixes #6701 Remove the pcmcia and sdio interface from b43 driver to not depend on these modules. SVN-Revision: 19756
Diffstat (limited to 'package/mac80211/patches/011-no_sdio.patch')
-rw-r--r--package/mac80211/patches/011-no_sdio.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/mac80211/patches/011-no_sdio.patch b/package/mac80211/patches/011-no_sdio.patch
new file mode 100644
index 0000000000..aa651edd22
--- /dev/null
+++ b/package/mac80211/patches/011-no_sdio.patch
@@ -0,0 +1,13 @@
+--- a/config.mk
++++ b/config.mk
+@@ -382,8 +382,8 @@ endif # end of SPI driver list
+
+ ifneq ($(CONFIG_MMC),)
+
+-CONFIG_SSB_SDIOHOST=y
+-CONFIG_B43_SDIO=y
++# CONFIG_SSB_SDIOHOST=y
++# CONFIG_B43_SDIO=y
+ CONFIG_WL1251_SDIO=m
+
+ ifdef CONFIG_COMPAT_KERNEL_27