mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-12 18:00:55 +00:00
fix kernel module name for autoloading
SVN-Revision: 15649
This commit is contained in:
parent
e389d9c59f
commit
9ff2cc6d2a
@ -261,7 +261,7 @@ define KernelPackage/ide-it821x
|
|||||||
DEPENDS:=+kmod-ide-core
|
DEPENDS:=+kmod-ide-core
|
||||||
KCONFIG:=CONFIG_BLK_DEV_IT821X
|
KCONFIG:=CONFIG_BLK_DEV_IT821X
|
||||||
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
|
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,30,ite821x)
|
AUTOLOAD:=$(call AutoLoad,30,it821x)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ide-it821x/description
|
define KernelPackage/ide-it821x/description
|
||||||
|
Loading…
Reference in New Issue
Block a user