From 32241fb50edaae4689bb59630d082cb285e35c70 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 1 Sep 2008 13:21:34 +0000 Subject: [PATCH] Fix AT91 MMC host controller path on 2.6.25 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12458 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 5585db10b..6ee81dd36 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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 -- 2.35.1