summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-20 11:50:53 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-20 11:50:53 +0000
commit37a2d57dfd005cfbc369de73c8e51ff66f842ecf (patch)
tree7a07fce471fa282c1cbbaf75acf99892c9a3b0db /package
parentfa9a999ca095aa54a91653403771ef01d706a527 (diff)
Fix the scx200 watchdog typo (#1724)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7277 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 d15d81c07..d7bdf0f42 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))