Browse Source

fix kernel module name for autoloading

SVN-Revision: 15649
Florian Fainelli 17 years ago
parent
commit
9ff2cc6d2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/block.mk

+ 1 - 1
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