diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-19 15:41:55 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-19 15:41:55 +0000 |
commit | 93c148c54c209e228dfe959df21f3eb45418eeb4 (patch) | |
tree | 6710e3ce9222d998f0eadfdfd9fb04bec7b62927 /package/mac80211/patches/011-no_sdio.patch | |
parent | f0e60800b4fce53b557f80831714f075609f8787 (diff) | |
download | upstream-93c148c54c209e228dfe959df21f3eb45418eeb4.tar.gz upstream-93c148c54c209e228dfe959df21f3eb45418eeb4.tar.bz2 upstream-93c148c54c209e228dfe959df21f3eb45418eeb4.zip |
[mac80211] remove pcmcia and sdio
This fixes #6701
Remove the pcmcia and sdio interface from b43 driver to not depend on these modules.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19756 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |