Fix AT91 MMC host controller path on 2.6.25
SVN-Revision: 12458
This commit is contained in:
parent
027563a593
commit
5506066981
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ define KernelPackage/mmc-at91
|
||||||
TITLE:=MMC/SD Card Support on AT91
|
TITLE:=MMC/SD Card Support on AT91
|
||||||
DEPENDS:=@TARGET_at91 +kmod-mmc
|
DEPENDS:=@TARGET_at91 +kmod-mmc
|
||||||
KCONFIG:=CONFIG_MMC_AT91
|
KCONFIG:=CONFIG_MMC_AT91
|
||||||
FILES:=$(LINUX_DIR)/drivers/mmc/at91_mci.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/mmc/host/at91_mci.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,90,at91_mci)
|
AUTOLOAD:=$(call AutoLoad,90,at91_mci)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue