summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/block.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-09 07:36:19 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-09 07:36:19 +0000
commit3a38a7f90fa004ae42baea10495dcb40deea198b (patch)
treedf918af482d8456972768862a49bda61e859a56a /package/kernel/modules/block.mk
parent004d10fcc7b043e86be72dfd749336220874e5ba (diff)
[octeon] package the octeon compact flash driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/block.mk')
-rw-r--r--package/kernel/modules/block.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 3e22c458b..37c1045ee 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)