1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 07:51:59 +03:00

[kernel] Fix kmod-ata-piix deps

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11121 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2008-05-12 06:41:12 +00:00
parent b389d9e3e6
commit 0446f79b61

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)