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:
ca84dd9
)
[kernel] Fix kmod-ata-piix deps
author
Andy Boyett
<agb@openwrt.org>
Mon, 12 May 2008 06:41:12 +0000
(06:41 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Mon, 12 May 2008 06:41:12 +0000
(06:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11121
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/block.mk
b/package/kernel/modules/block.mk
index
df9506f
..
9e7c38f
100644
(file)
--- a/
package/kernel/modules/block.mk
+++ b/
package/kernel/modules/block.mk
@@
-83,7
+83,7
@@
$(eval $(call KernelPackage,ata-nvidia-sata))
define KernelPackage/ata-piix
SUBMENU:=$(BLOCK_MENU)
TITLE:=Intel PIIX PATA/SATA support
- DEPENDS:=kmod-ata-core
+kmod-ide-core
+ DEPENDS:=kmod-ata-core
KCONFIG:=CONFIG_ATA_PIIX
FILES:=$(LINUX_DIR)/drivers/ata/ata_piix.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,41,ata_piix)