Browse Source

kernel: fix typo that prevents autoloading of the rdc321x_wdt driver

SVN-Revision: 18767
Jo-Philipp Wich 16 years ago
parent
commit
c74fe3cfff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/other.mk

+ 1 - 1
package/kernel/modules/other.mk

@@ -425,7 +425,7 @@ define KernelPackage/rdc321x-wdt
   DEPENDS:=@TARGET_rdc
   KCONFIG:=CONFIG_RDC321X_WDT
   FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.$(LINUX_KMOD_SUFFIX)
-  AUTOLOAD:=$(call AutoLoad,50,rdc321_wdt)
+  AUTOLOAD:=$(call AutoLoad,50,rdc321x_wdt)
 endef
 
 define KernelPackage/rdc321x-wdt/description