summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-12 21:31:17 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-12 21:31:17 +0000
commit0fd5c228ecc77d51e51296a9a581318bcfad60a7 (patch)
tree52b37de5db7cebd6bc895710fb0229ebd7512ffb /package
parentf748a3bb493eb8c42dd4fe76d83a3af9185429c8 (diff)
[package] kernel: fix typo that prevents autoloading of the rdc321x_wdt driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18767 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 fed0a053c..86b02a40f 100644
--- 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,rdc321x_wdt)
endef
define KernelPackage/rdc321x-wdt/description