Browse Source

pata-artop: no longer requires ide modules

SVN-Revision: 7382
Rod Whitby 18 years ago
parent
commit
b8e0764940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/block.mk

+ 1 - 1
package/kernel/modules/block.mk

@@ -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))