summaryrefslogtreecommitdiff
path: root/package/kernel/modules/block.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-07 00:23:44 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-07 00:23:44 +0000
commit9ff2cc6d2adedac68c6ba5726a3c9d2c9dcef3a2 (patch)
tree86332bb10276bc56b41b3b12af5641a8e0ee7edd /package/kernel/modules/block.mk
parente389d9c59f7899dde658a41d0675912726beeb7d (diff)
downloadmtk-20170518-9ff2cc6d2adedac68c6ba5726a3c9d2c9dcef3a2.zip
mtk-20170518-9ff2cc6d2adedac68c6ba5726a3c9d2c9dcef3a2.tar.gz
mtk-20170518-9ff2cc6d2adedac68c6ba5726a3c9d2c9dcef3a2.tar.bz2
fix kernel module name for autoloading
SVN-Revision: 15649
Diffstat (limited to 'package/kernel/modules/block.mk')
-rw-r--r--package/kernel/modules/block.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 3ef15c9..546a811 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -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