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 | 52090c32c9e7d1699369c83e0032de49c61960be (patch) | |
tree | c6e44c9f6d604fb71a4c520908e0bd0feaa99547 /package/mac80211/patches/011-no_sdio.patch | |
parent | e25d743cc399c66b9f708df0d762482eb107a628 (diff) | |
download | upstream-52090c32c9e7d1699369c83e0032de49c61960be.tar.gz upstream-52090c32c9e7d1699369c83e0032de49c61960be.tar.bz2 upstream-52090c32c9e7d1699369c83e0032de49c61960be.zip |
mac80211: update to wireless-testing 2010-03-24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20497 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 | 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),) |