mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
Fix kmod-ata-piix deps
SVN-Revision: 11121
This commit is contained in:
parent
bd06be4f73
commit
e136c5203d
@ -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