mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02: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:
parent
b389d9e3e6
commit
0446f79b61
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user