projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027563a
)
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)
SVN-Revision: 12458
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 5585db10bcc445445071e07c51b85fa9c8dd48e1..6ee81dd3635a06ab03fe922a86a79439b7975661 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