mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:52:27 +02:00
[octeon] package the octeon compact flash driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
004d10fcc7
commit
3a38a7f90f
@ -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…
Reference in New Issue
Block a user