summaryrefslogtreecommitdiff
path: root/package/kernel/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-12-12 21:31:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-12-12 21:31:17 +0000
commitc74fe3cfff2cd44faa4af9bb4b819384310a265f (patch)
tree9b8f67be067c45e524e7d02128e511d8091eb351 /package/kernel/modules
parenta39dcb405e33ccd8336d79ed892fcefa1edbc1a1 (diff)
downloadmtk-20170518-c74fe3cfff2cd44faa4af9bb4b819384310a265f.zip
mtk-20170518-c74fe3cfff2cd44faa4af9bb4b819384310a265f.tar.gz
mtk-20170518-c74fe3cfff2cd44faa4af9bb4b819384310a265f.tar.bz2
kernel: fix typo that prevents autoloading of the rdc321x_wdt driver
SVN-Revision: 18767
Diffstat (limited to 'package/kernel/modules')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index fed0a05..86b02a4 100644
--- a/package/kernel/modules/other.mk
+++ b/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