1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

pata-artop: no longer requires ide modules

SVN-Revision: 7382
This commit is contained in:
Rod Whitby 2007-05-29 13:05:35 +00:00
parent 27e93fd11c
commit b8e0764940

@ -27,6 +27,6 @@ define KernelPackage/pata-artop
SUBMENU:=$(BLMENU)
AUTOLOAD:=$(call AutoLoad,30,libata pata_artop)
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
$(eval $(call KernelPackage,pata-artop))