diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-26 22:36:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-26 22:36:12 +0000 |
commit | 282981d2573c3cad60fb6b37a023bbf114eee6b8 (patch) | |
tree | 942d3dadafe5fff3e7cdd709cf2fa5b0c57c02fa /package/mac80211/patches/011-no_sdio.patch | |
parent | 6ce1fd2301135259fb6fb92e231173ea40fcf485 (diff) | |
download | upstream-282981d2573c3cad60fb6b37a023bbf114eee6b8.tar.gz upstream-282981d2573c3cad60fb6b37a023bbf114eee6b8.tar.bz2 upstream-282981d2573c3cad60fb6b37a023bbf114eee6b8.zip |
mac80211: update to wireless-testing 2010-03-24
SVN-Revision: 20497
Diffstat (limited to 'package/mac80211/patches/011-no_sdio.patch')
-rw-r--r-- | package/mac80211/patches/011-no_sdio.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/011-no_sdio.patch b/package/mac80211/patches/011-no_sdio.patch index aa651edd22..bd6bdfe78f 100644 --- a/package/mac80211/patches/011-no_sdio.patch +++ b/package/mac80211/patches/011-no_sdio.patch @@ -1,6 +1,6 @@ --- a/config.mk +++ b/config.mk -@@ -382,8 +382,8 @@ endif # end of SPI driver list +@@ -407,8 +407,8 @@ endif # end of SPI driver list ifneq ($(CONFIG_MMC),) @@ -10,4 +10,4 @@ +# CONFIG_B43_SDIO=y CONFIG_WL1251_SDIO=m - ifdef CONFIG_COMPAT_KERNEL_27 + ifneq ($(CONFIG_ARM),) |