aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-05-12 06:41:12 +0000
committerAndy Boyett <agb@openwrt.org>2008-05-12 06:41:12 +0000
commitce7624b7f8b7b674f77d0ec06186421eb0b3b6b5 (patch)
tree7ebf5a5b6a4751b630377f245516cb03766b44f5 /package/kernel
parentca84dd94af029b262109907a214c3313b44f8019 (diff)
downloadmaster-187ad058-ce7624b7f8b7b674f77d0ec06186421eb0b3b6b5.tar.gz
master-187ad058-ce7624b7f8b7b674f77d0ec06186421eb0b3b6b5.tar.bz2
master-187ad058-ce7624b7f8b7b674f77d0ec06186421eb0b3b6b5.zip
[kernel] Fix kmod-ata-piix deps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/block.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index df9506f209..9e7c38f4c8 100644
--- 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)