[kernel] Fix kmod-ata-piix deps

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11121 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Andy Boyett 2008-05-12 06:41:12 +00:00
parent ca84dd94af
commit ce7624b7f8
1 changed files with 1 additions and 1 deletions

View File

@ -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)