mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-20 05:56:58 +00:00
package the ITE it821x IDE controller driver
SVN-Revision: 15645
This commit is contained in:
parent
3bea3bc8b1
commit
5a6231ebea
@ -255,6 +255,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,ide-pdc202xx))
|
$(eval $(call KernelPackage,ide-pdc202xx))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/ide-it821x
|
||||||
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
|
TITLE:=ITE IT821x IDE driver
|
||||||
|
DEPENDS:=+kmod-ide-core
|
||||||
|
KCONFIG:=CONFIG_BLK_DEV_IT821X
|
||||||
|
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,30,ite821x)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/ide-it821x/description
|
||||||
|
Kernel module for the ITE IDE821x IDE controllers.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,ide-it821x))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/scsi-core
|
define KernelPackage/scsi-core
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=SCSI device support
|
TITLE:=SCSI device support
|
||||||
|
Loading…
Reference in New Issue
Block a user