From 20c9c4e81a529953cbaf3a6682fed040cc678414 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 20 May 2007 11:50:53 +0000 Subject: [PATCH] Fix the scx200 watchdog typo (#1724) SVN-Revision: 7277 --- package/kernel/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2