From: Florian Fainelli Date: Fri, 9 Oct 2009 07:36:19 +0000 (+0000) Subject: [octeon] package the octeon compact flash driver X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2122d09925cc88611dc85b44b22709059f402ee3;hp=afb8c731d122aaf9da38df2a704384b5accfd2f0 [octeon] package the octeon compact flash driver SVN-Revision: 18012 --- diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 3e22c458bb..37c1045eea 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -66,6 +66,21 @@ endef $(eval $(call KernelPackage,ata-artop)) +define KernelPackage/ata-octeon-cf + SUBMENU:=$(BLOCK_MENU) + TITLE:=Octeon Compact Flash support + DEPENDS:=kmod-ata-core @TARGET_octeon + KCONFIG:=CONFIG_PATA_OCTEON_CF + FILES:=$(LINUX_DIR)/drivers/ata/pata_octeon_cf.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,41,pata_octeon_cf) +endef + +define KernelPackage/ata-octeon-cf/description + Octeon Compact Flash support. +endef + +$(eval $(call KernelPackage,ata-octeon-cf)) + define KernelPackage/ata-ixp4xx-cf SUBMENU:=$(BLOCK_MENU)