mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-08 23:59:34 +00:00
pata-artop: no longer requires ide modules
SVN-Revision: 7382
This commit is contained in:
parent
27e93fd11c
commit
b8e0764940
@ -27,6 +27,6 @@ define KernelPackage/pata-artop
|
|||||||
SUBMENU:=$(BLMENU)
|
SUBMENU:=$(BLMENU)
|
||||||
AUTOLOAD:=$(call AutoLoad,30,libata pata_artop)
|
AUTOLOAD:=$(call AutoLoad,30,libata pata_artop)
|
||||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.$(LINUX_KMOD_SUFFIX)
|
||||||
DEPENDS:=+kmod-libata +kmod-ide-core +kmod-scsi-core
|
DEPENDS:=+kmod-libata +kmod-scsi-core
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,pata-artop))
|
$(eval $(call KernelPackage,pata-artop))
|
||||||
|
Loading…
Reference in New Issue
Block a user