mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +00:00
modules: fix typo in package description define
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42633
This commit is contained in:
parent
aa0848bba2
commit
9ce5977184
@ -238,7 +238,7 @@ define KernelPackage/hwmon-w83627hf
|
|||||||
$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid)
|
$(call AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/hwmon-w83627hf/description
|
define KernelPackage/hwmon-w83627hf/description
|
||||||
Kernel module for the Winbond W83627HF chips.
|
Kernel module for the Winbond W83627HF chips.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ define KernelPackage/hwmon-gsc
|
|||||||
$(call AddDepends/hwmon,+kmod-i2c-core)
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/hwmon-gsc/description
|
define KernelPackage/hwmon-gsc/description
|
||||||
Kernel module for the Gateworks System Controller chips.
|
Kernel module for the Gateworks System Controller chips.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -268,7 +268,7 @@ define KernelPackage/hwmon-tmp421
|
|||||||
$(call AddDepends/hwmon,+kmod-i2c-core)
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/hwmon-tmp421/description
|
define KernelPackage/hwmon-tmp421/description
|
||||||
Kernel module for the Texas Instruments TMP421 and compatible chips.
|
Kernel module for the Texas Instruments TMP421 and compatible chips.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -283,7 +283,7 @@ define KernelPackage/hwmon-gpiofan
|
|||||||
$(call AddDepends/hwmon,+kmod-i2c-core)
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/hwmon-gpiofan/description
|
define KernelPackage/hwmon-gpiofan/description
|
||||||
Kernel module for GPIO controlled FANs
|
Kernel module for GPIO controlled FANs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -755,7 +755,7 @@ define KernelPackage/mvsdio
|
|||||||
AUTOLOAD:=$(call AutoProbe,mvsdio)
|
AUTOLOAD:=$(call AutoProbe,mvsdio)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/mvsdio/description
|
define KernelPackage/mvsdio/description
|
||||||
Kernel support for the Marvell SDIO controller
|
Kernel support for the Marvell SDIO controller
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -770,7 +770,7 @@ define KernelPackage/pps
|
|||||||
AUTOLOAD:=$(call AutoLoad,17,pps_core,1)
|
AUTOLOAD:=$(call AutoLoad,17,pps_core,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/pps/description
|
define KernelPackage/pps/description
|
||||||
PPS (Pulse Per Second) is a special pulse provided by some GPS
|
PPS (Pulse Per Second) is a special pulse provided by some GPS
|
||||||
antennae. Userland can use it to get a high-precision time
|
antennae. Userland can use it to get a high-precision time
|
||||||
reference.
|
reference.
|
||||||
@ -788,7 +788,7 @@ define KernelPackage/pps-gpio
|
|||||||
AUTOLOAD:=$(call AutoLoad,18,pps-gpio,1)
|
AUTOLOAD:=$(call AutoLoad,18,pps-gpio,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/pps-gpio/description
|
define KernelPackage/pps-gpio/description
|
||||||
Support for a PPS source using GPIO. To be useful you must
|
Support for a PPS source using GPIO. To be useful you must
|
||||||
also register a platform device specifying the GPIO pin and
|
also register a platform device specifying the GPIO pin and
|
||||||
other options, usually in your board setup.
|
other options, usually in your board setup.
|
||||||
@ -806,7 +806,7 @@ define KernelPackage/ptp
|
|||||||
AUTOLOAD:=$(call AutoLoad,18,ptp,1)
|
AUTOLOAD:=$(call AutoLoad,18,ptp,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/ptp/description
|
define KernelPackage/ptp/description
|
||||||
The IEEE 1588 standard defines a method to precisely
|
The IEEE 1588 standard defines a method to precisely
|
||||||
synchronize distributed clocks over Ethernet networks.
|
synchronize distributed clocks over Ethernet networks.
|
||||||
endef
|
endef
|
||||||
@ -823,7 +823,7 @@ define KernelPackage/ptp-gianfar
|
|||||||
AUTOLOAD:=$(call AutoProbe,gianfar_ptp)
|
AUTOLOAD:=$(call AutoProbe,gianfar_ptp)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPacakge/ptp-gianfar/description
|
define KernelPackage/ptp-gianfar/description
|
||||||
Kernel module for IEEE 1588 support for Freescale
|
Kernel module for IEEE 1588 support for Freescale
|
||||||
Gianfar Ethernet drivers
|
Gianfar Ethernet drivers
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user