pci_module_init() is deprecated for a long time - this won't hurt .21 and will be...
[openwrt.git] / package / kernel / modules / block.mk
index b9f4c0d..70f73db 100644 (file)
@@ -19,3 +19,14 @@ define KernelPackage/ata-piix
        DEPENDS:=+kmod-libata +kmod-ide-core +kmod-scsi-core
 endef
 $(eval $(call KernelPackage,ata-piix))
        DEPENDS:=+kmod-libata +kmod-ide-core +kmod-scsi-core
 endef
 $(eval $(call KernelPackage,ata-piix))
+
+define KernelPackage/pata-artop
+       TITLE:=pata-artop
+       DESCRIPTION:=Kernel module for ARTOP PATA controller
+       KCONFIG:=$(CONFIG_PATA_ARTOP)
+       SUBMENU:=$(BLMENU)
+       AUTOLOAD:=$(call AutoLoad,30,scsi_mod libata sd_mod pata_artop)
+       FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.$(LINUX_KMOD_SUFFIX)
+       DEPENDS:=+kmod-libata +kmod-scsi-core
+endef
+$(eval $(call KernelPackage,pata-artop))
This page took 0.022082 seconds and 4 git commands to generate.