diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-20 11:50:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-20 11:50:53 +0000 |
commit | 20c9c4e81a529953cbaf3a6682fed040cc678414 (patch) | |
tree | cc483de28be49cb814520090a8daeea517ee24f7 /package | |
parent | dd054a555a0b7c593b219aec16a021c54d6d9372 (diff) | |
download | upstream-20c9c4e81a529953cbaf3a6682fed040cc678414.tar.gz upstream-20c9c4e81a529953cbaf3a6682fed040cc678414.tar.bz2 upstream-20c9c4e81a529953cbaf3a6682fed040cc678414.zip |
Fix the scx200 watchdog typo (#1724)
SVN-Revision: 7277
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d15d81c07d..d7bdf0f428 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -330,7 +330,7 @@ define KernelPackage/scx200-wdt SUBMENU:=$(EMENU) KCONFIG:=$(CONFIG_SC1200_WDT) FILES:=$(LINUX_DIR)/drivers/char/watchdog/scx200_wdt.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,50,scx200_wt) + AUTOLOAD:=$(call AutoLoad,50,scx200_wdt) endef $(eval $(call KernelPackage,scx200-wdt)) |