From: Nicolas Thill <nico@openwrt.org>
Date: Sat, 12 Apr 2008 20:27:48 +0000 (+0000)
Subject: add missing MMC config symbol
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a08643d7ab0219d8ee437286b242e565eb01fc62;p=openwrt%2Fstaging%2Fdangole.git

add missing MMC config symbol

SVN-Revision: 10798
---

diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 921cebf4cf..b1f3c501a2 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -235,6 +235,7 @@ define KernelPackage/mmc
 	CONFIG_MMC_BLOCK_BOUNCE=y \
 	CONFIG_MMC_SDHCI=n \
 	CONFIG_MMC_TIFM_SD=n \
+	CONFIG_MMC_WBSD=n \
 	CONFIG_SDIO_UART=n
   FILES:= \
 	$(LINUX_DIR)/drivers/mmc/core/mmc_core.$(LINUX_KMOD_SUFFIX) \