aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2010-03-21 14:06:32 +0000
committerHauke Mehrtens <hauke@openwrt.org>2010-03-21 14:06:32 +0000
commit08c8f6524edf8041750075c5a7fbaedf5147a547 (patch)
treee19d90c02b59625ae7919c21786653851cb7f66c /package
parentb3de5864340903f47938f4e8a18673503bde4af8 (diff)
downloadupstream-08c8f6524edf8041750075c5a7fbaedf5147a547.tar.gz
upstream-08c8f6524edf8041750075c5a7fbaedf5147a547.tar.bz2
upstream-08c8f6524edf8041750075c5a7fbaedf5147a547.zip
kernel: fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20342 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/hwmon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk
index d50fd3ea58..2219d38fa3 100644
--- a/package/kernel/modules/hwmon.mk
+++ b/package/kernel/modules/hwmon.mk
@@ -102,7 +102,7 @@ $(call KernelPackage/hwmon/Depends,@TARGET_rdc||TARGET_x86)
FILES:= \
$(LINUX_DIR)/drivers/hwmon/hwmon-vid.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/hwmon/w83627hf.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,50,hwmon-vid w83627h)
+ AUTOLOAD:=$(call AutoLoad,50,hwmon-vid w83627hf)
endef
define KernelPacakge/hwmon-w83627hf/description