mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
Support for the ARTOP IDE chipset on IOMega NAS100d (pata-artop).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7279 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
37a2d57dfd
commit
21c566be05
@ -19,3 +19,14 @@ define 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,libata pata_artop)
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.$(LINUX_KMOD_SUFFIX)
|
||||
DEPENDS:=+kmod-libata +kmod-ide-core +kmod-scsi-core
|
||||
endef
|
||||
$(eval $(call KernelPackage,pata-artop))
|
||||
|
Loading…
Reference in New Issue
Block a user