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:
a39dcb4
)
kernel: fix typo that prevents autoloading of the rdc321x_wdt driver
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 12 Dec 2009 21:31:17 +0000
(21:31 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 12 Dec 2009 21:31:17 +0000
(21:31 +0000)
SVN-Revision: 18767
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index fed0a053cac30c4f7fab21f70414462eabe6ab12..86b02a40f08c3ffcbdee5fdf05a466bdd6a957ce 100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-425,7
+425,7
@@
define KernelPackage/rdc321x-wdt
DEPENDS:=@TARGET_rdc
KCONFIG:=CONFIG_RDC321X_WDT
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,50,rdc321_wdt)
+ AUTOLOAD:=$(call AutoLoad,50,rdc321
x
_wdt)
endef
define KernelPackage/rdc321x-wdt/description