From: Nicolas Thill Date: Sat, 12 Apr 2008 20:27:48 +0000 (+0000) Subject: add missing MMC config symbol X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=6da2e18f921ac5b0ac032541486364efcc9e93bf;p=15.05%2Fopenwrt.git add missing MMC config symbol git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10798 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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) \