mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
Fix AT91 MMC host controller path on 2.6.25
SVN-Revision: 12458
This commit is contained in:
parent
027563a593
commit
5506066981
@ -254,7 +254,7 @@ define KernelPackage/mmc-at91
|
||||
TITLE:=MMC/SD Card Support on AT91
|
||||
DEPENDS:=@TARGET_at91 +kmod-mmc
|
||||
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)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user