aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
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
commit6da2e18f921ac5b0ac032541486364efcc9e93bf (patch)
tree20c50dcbc290c40ffaecf5ee99d3dbad0634ee4c /package/kernel
parentafc07089d4df3c814962d6d2427cc45f74033748 (diff)
downloadupstream-6da2e18f921ac5b0ac032541486364efcc9e93bf.tar.gz
upstream-6da2e18f921ac5b0ac032541486364efcc9e93bf.tar.bz2
upstream-6da2e18f921ac5b0ac032541486364efcc9e93bf.zip
add missing MMC config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10798 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-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 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) \