diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-09-21 16:42:30 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-09-21 16:42:30 +0000 |
commit | 9ce59771844fd0032b1cd6ec6229f1b129d99413 (patch) | |
tree | a937752bfd727c14979c00a7e82e0e69ec685a51 /package/kernel/linux/modules/hwmon.mk | |
parent | aa0848bba2a744c3219bc020da1663726dd7299a (diff) | |
download | upstream-9ce59771844fd0032b1cd6ec6229f1b129d99413.tar.gz upstream-9ce59771844fd0032b1cd6ec6229f1b129d99413.tar.bz2 upstream-9ce59771844fd0032b1cd6ec6229f1b129d99413.zip |
modules: fix typo in package description define
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42633
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
-rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index ad0ef2dd4e..301e06f6c2 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -238,7 +238,7 @@ define KernelPackage/hwmon-w83627hf $(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid) endef -define KernelPacakge/hwmon-w83627hf/description +define KernelPackage/hwmon-w83627hf/description Kernel module for the Winbond W83627HF chips. endef @@ -253,7 +253,7 @@ define KernelPackage/hwmon-gsc $(call AddDepends/hwmon,+kmod-i2c-core) endef -define KernelPacakge/hwmon-gsc/description +define KernelPackage/hwmon-gsc/description Kernel module for the Gateworks System Controller chips. endef @@ -268,7 +268,7 @@ define KernelPackage/hwmon-tmp421 $(call AddDepends/hwmon,+kmod-i2c-core) endef -define KernelPacakge/hwmon-tmp421/description +define KernelPackage/hwmon-tmp421/description Kernel module for the Texas Instruments TMP421 and compatible chips. endef @@ -283,7 +283,7 @@ define KernelPackage/hwmon-gpiofan $(call AddDepends/hwmon,+kmod-i2c-core) endef -define KernelPacakge/hwmon-gpiofan/description +define KernelPackage/hwmon-gpiofan/description Kernel module for GPIO controlled FANs endef |