mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-21 06:26:56 +00:00
kernel: fix typo
SVN-Revision: 20342
This commit is contained in:
parent
94e9763799
commit
35ccc68de9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user