diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-20 11:50:53 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-20 11:50:53 +0000 |
commit | 37a2d57dfd005cfbc369de73c8e51ff66f842ecf (patch) | |
tree | 7a07fce471fa282c1cbbaf75acf99892c9a3b0db | |
parent | fa9a999ca095aa54a91653403771ef01d706a527 (diff) |
Fix the scx200 watchdog typo (#1724)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7277 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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)) |