projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceaa5d8
)
kernel/modules: enable Magicbox CF driver on 2.6.28
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 19 Jul 2009 17:46:46 +0000
(17:46 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 19 Jul 2009 17:46:46 +0000
(17:46 +0000)
SVN-Revision: 16924
package/kernel/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/block.mk
b/package/kernel/modules/block.mk
index f0be71c9502ee666094929b3981034a54b39f335..06dc0a3fc7d2de0eaf6f10bfa5bcced1b1d29fd4 100644
(file)
--- a/
package/kernel/modules/block.mk
+++ b/
package/kernel/modules/block.mk
@@
-220,7
+220,7
@@
$(eval $(call KernelPackage,ide-aec62xx))
define KernelPackage/ide-magicbox
SUBMENU:=$(BLOCK_MENU)
TITLE:=Magicbox 2.0 IDE CF driver
- DEPENDS:=@TARGET_ppc40x
@LINUX_2_6_30
+kmod-ide-core
+ DEPENDS:=@TARGET_ppc40x +kmod-ide-core
KCONFIG:=CONFIG_BLK_DEV_IDE_MAGICBOX
FILES:=$(LINUX_DIR)/drivers/ide/magicbox_ide.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,magicbox_ide)