From: Florian Fainelli Date: Sun, 20 May 2007 11:50:53 +0000 (+0000) Subject: Fix the scx200 watchdog typo (#1724) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=01a3f9a2493e8206bf59e2b5427f7530648d4c13;p=15.05%2Fopenwrt.git Fix the scx200 watchdog typo (#1724) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7277 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))