projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c768a
)
add missing MMC config symbol
author
Nicolas Thill
<nico@openwrt.org>
Sat, 12 Apr 2008 20:27:48 +0000
(20:27 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 12 Apr 2008 20:27:48 +0000
(20:27 +0000)
SVN-Revision: 10798
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 921cebf4cf54373dd44abb2d1848b99c743c3c19..b1f3c501a26820a80eb77b0618748f570d4bd601 100644
(file)
--- 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) \