diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-02-19 15:41:55 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-02-19 15:41:55 +0000 |
commit | 3889c76a6e723da1dde8403c40ea04e751577770 (patch) | |
tree | 2a0f9e43ccafc86e6ed99d85203f7a1589c13977 /package/mac80211/patches/011-no_sdio.patch | |
parent | 8a1f7817d14b0fe3a02322a911dcfaad33e934ef (diff) | |
download | mtk-20170518-3889c76a6e723da1dde8403c40ea04e751577770.zip mtk-20170518-3889c76a6e723da1dde8403c40ea04e751577770.tar.gz mtk-20170518-3889c76a6e723da1dde8403c40ea04e751577770.tar.bz2 |
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.patch | 13 |
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 0000000..aa651ed --- /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 |