summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-04-12 20:27:48 +0000
committerNicolas Thill <nico@openwrt.org>2008-04-12 20:27:48 +0000
commita08643d7ab0219d8ee437286b242e565eb01fc62 (patch)
tree364502e9d0fe58b8fdc8a7a383ce3ac49f8271c3 /package
parentb9c768a5f789148fa8313569490fa63348006b4d (diff)
downloadmtk-20170518-a08643d7ab0219d8ee437286b242e565eb01fc62.zip
mtk-20170518-a08643d7ab0219d8ee437286b242e565eb01fc62.tar.gz
mtk-20170518-a08643d7ab0219d8ee437286b242e565eb01fc62.tar.bz2
add missing MMC config symbol
SVN-Revision: 10798
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 921cebf..b1f3c50 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) \