From a08643d7ab0219d8ee437286b242e565eb01fc62 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Sat, 12 Apr 2008 20:27:48 +0000
Subject: [PATCH] add missing MMC config symbol

SVN-Revision: 10798
---
 package/kernel/modules/other.mk | 1 +
 1 file changed, 1 insertion(+)

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) \
-- 
2.30.2