fix kernel module name for autoloading
SVN-Revision: 15649
This commit is contained in:
parent
e389d9c59f
commit
9ff2cc6d2a
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ define KernelPackage/ide-it821x
|
|||
DEPENDS:=+kmod-ide-core
|
||||
KCONFIG:=CONFIG_BLK_DEV_IT821X
|
||||
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,ite821x)
|
||||
AUTOLOAD:=$(call AutoLoad,30,it821x)
|
||||
endef
|
||||
|
||||
define KernelPackage/ide-it821x/description
|
||||
|
|
Loading…
Reference in a new issue