X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fblock.mk;h=37c1045eea3ba51e0899260f798aec6330d5f409;hb=5f55a89021ae4dfd63627f7e9a38f0236134e026;hp=3e22c458bb257e88305c241672c1c7f3c6f35891;hpb=d57b766c2f7d5a6c50a1479d0344c96ea5c2767e;p=oweals%2Fopenwrt.git 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)