mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 20:31:59 +00:00
package the octeon compact flash driver
SVN-Revision: 18012
This commit is contained in:
parent
151a1c789f
commit
5f55a89021
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user