projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd054a5
)
Fix the scx200 watchdog typo (#1724)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 20 May 2007 11:50:53 +0000
(11:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 20 May 2007 11:50:53 +0000
(11:50 +0000)
SVN-Revision: 7277
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index d15d81c07d1822b4fde260979cc76f28213a9065..d7bdf0f428ad73fb8e3caa0ba6ae22ce77892c41 100644
(file)
--- 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_w
d
t)
endef
$(eval $(call KernelPackage,scx200-wdt))