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:
f6e3490
)
Make ide-core depend on pci support, remove dupe Kconfig item
author
Nicolas Thill
<nico@openwrt.org>
Sun, 31 Aug 2008 21:27:38 +0000
(21:27 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 31 Aug 2008 21:27:38 +0000
(21:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12448
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
bf327e1
..
cc83983
100644
(file)
--- a/
package/kernel/modules/block.mk
+++ b/
package/kernel/modules/block.mk
@@
-116,12
+116,12
@@
$(eval $(call KernelPackage,ata-via-sata))
define KernelPackage/ide-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=IDE (ATA/ATAPI) device support
+ DEPENDS:=@PCI_SUPPORT
KCONFIG:= \
CONFIG_IDE \
CONFIG_IDE_GENERIC \
CONFIG_BLK_DEV_GENERIC \
CONFIG_BLK_DEV_IDE \
- CONFIG_IDE_GENERIC \
CONFIG_BLK_DEV_IDEDISK \
CONFIG_BLK_DEV_IDEDMA_PCI=y \
CONFIG_BLK_DEV_IDEPCI=y