summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-03-05 21:45:59 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-03-05 21:45:59 +0000
commit07926f29f62e997204fddd8c1cc5ab0dc7cedf7d (patch)
tree61f6e0ee093fb3d3e2dc10753af0c90fd3115c7c /package/kernel/modules/other.mk
parent72d12cdc14725a924a0992226c538cf3006379f2 (diff)
downloadmtk-20170518-07926f29f62e997204fddd8c1cc5ab0dc7cedf7d.zip
mtk-20170518-07926f29f62e997204fddd8c1cc5ab0dc7cedf7d.tar.gz
mtk-20170518-07926f29f62e997204fddd8c1cc5ab0dc7cedf7d.tar.bz2
Some symbols were missing or wrong. Tested with x86.
SVN-Revision: 14751
Diffstat (limited to 'package/kernel/modules/other.mk')
-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 fb0eb9c..87e92b9 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -546,7 +546,7 @@ define KernelPackage/scx200-wdt
SUBMENU:=$(OTHER_MENU)
TITLE:=Natsemi SCX200 Watchdog support
DEPENDS:=@TARGET_x86
- KCONFIG:=CONFIG_SC1200_WDT
+ KCONFIG:=CONFIG_SCx200_WDT
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/scx200_wdt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,scx200_wdt)
endef