modules: fix typo in package description define

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42633 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Zoltan HERPAI
2014-09-21 16:42:30 +00:00
parent a28b6e0d96
commit 3a34450692
2 changed files with 9 additions and 9 deletions

View File

@@ -755,7 +755,7 @@ define KernelPackage/mvsdio
AUTOLOAD:=$(call AutoProbe,mvsdio)
endef
define KernelPacakge/mvsdio/description
define KernelPackage/mvsdio/description
Kernel support for the Marvell SDIO controller
endef
@@ -770,7 +770,7 @@ define KernelPackage/pps
AUTOLOAD:=$(call AutoLoad,17,pps_core,1)
endef
define KernelPacakge/pps/description
define KernelPackage/pps/description
PPS (Pulse Per Second) is a special pulse provided by some GPS
antennae. Userland can use it to get a high-precision time
reference.
@@ -788,7 +788,7 @@ define KernelPackage/pps-gpio
AUTOLOAD:=$(call AutoLoad,18,pps-gpio,1)
endef
define KernelPacakge/pps-gpio/description
define KernelPackage/pps-gpio/description
Support for a PPS source using GPIO. To be useful you must
also register a platform device specifying the GPIO pin and
other options, usually in your board setup.
@@ -806,7 +806,7 @@ define KernelPackage/ptp
AUTOLOAD:=$(call AutoLoad,18,ptp,1)
endef
define KernelPacakge/ptp/description
define KernelPackage/ptp/description
The IEEE 1588 standard defines a method to precisely
synchronize distributed clocks over Ethernet networks.
endef
@@ -823,7 +823,7 @@ define KernelPackage/ptp-gianfar
AUTOLOAD:=$(call AutoProbe,gianfar_ptp)
endef
define KernelPacakge/ptp-gianfar/description
define KernelPackage/ptp-gianfar/description
Kernel module for IEEE 1588 support for Freescale
Gianfar Ethernet drivers
endef