projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e3aad
)
Fix AT91 MMC host controller path on 2.6.25
author
Nicolas Thill
<nico@openwrt.org>
Mon, 1 Sep 2008 13:21:34 +0000
(13:21 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 1 Sep 2008 13:21:34 +0000
(13:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12458
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
5585db1
..
6ee81dd
100644
(file)
--- 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