package/c*/Config.in: fix help text wrapping
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter c in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4db9bbb475
commit
ee71aa2375
@ -6,6 +6,7 @@ config BR2_PACKAGE_CA_CERTIFICATES
|
|||||||
connections.
|
connections.
|
||||||
|
|
||||||
It includes, among others, certificate authorities used by the
|
It includes, among others, certificate authorities used by the
|
||||||
Debian infrastructure and those shipped with Mozilla's browsers.
|
Debian infrastructure and those shipped with Mozilla's
|
||||||
|
browsers.
|
||||||
|
|
||||||
http://anonscm.debian.org/gitweb/?p=collab-maint/ca-certificates.git
|
http://anonscm.debian.org/gitweb/?p=collab-maint/ca-certificates.git
|
||||||
|
@ -16,8 +16,8 @@ config BR2_PACKAGE_CANFESTIVAL
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
CanFestival is an OpenSource CANOpen framework, licensed under
|
CanFestival is an OpenSource CANOpen framework, licensed under
|
||||||
LGPLv2.1 and GPLv2 for some drivers (virtual_kernel, lincan and
|
LGPLv2.1 and GPLv2 for some drivers (virtual_kernel, lincan
|
||||||
copcican_comedi).
|
and copcican_comedi).
|
||||||
|
|
||||||
http://www.canfestival.org
|
http://www.canfestival.org
|
||||||
|
|
||||||
@ -78,9 +78,9 @@ config BR2_PACKAGE_CANFESTIVAL_DRIVER
|
|||||||
config BR2_PACKAGE_CANFESTIVAL_ADDITIONAL_OPTIONS
|
config BR2_PACKAGE_CANFESTIVAL_ADDITIONAL_OPTIONS
|
||||||
string "additional configure options"
|
string "additional configure options"
|
||||||
help
|
help
|
||||||
Additional options can be passed directly to the configure script
|
Additional options can be passed directly to the configure
|
||||||
(e.g.: --MAX_CAN_BUS_ID=..., --SDO_MAX_LENGTH_TRANSFER=...,
|
script (e.g.: --MAX_CAN_BUS_ID=...,
|
||||||
--SDO_BLOCK_SIZE=...).
|
--SDO_MAX_LENGTH_TRANSFER=..., --SDO_BLOCK_SIZE=...).
|
||||||
|
|
||||||
config BR2_PACKAGE_CANFESTIVAL_INSTALL_EXAMPLES
|
config BR2_PACKAGE_CANFESTIVAL_INSTALL_EXAMPLES
|
||||||
bool "install examples"
|
bool "install examples"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_CCRYPT
|
config BR2_PACKAGE_CCRYPT
|
||||||
bool "ccrypt"
|
bool "ccrypt"
|
||||||
help
|
help
|
||||||
ccrypt is a utility for encrypting and decrypting files and streams.
|
ccrypt is a utility for encrypting and decrypting files and
|
||||||
|
streams.
|
||||||
|
|
||||||
http://ccrypt.sourceforge.net/
|
http://ccrypt.sourceforge.net/
|
||||||
|
@ -10,11 +10,11 @@ config BR2_PACKAGE_CEGUI06
|
|||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
help
|
help
|
||||||
Crazy Eddie's GUI System is a free library providing windowing and
|
Crazy Eddie's GUI System is a free library providing windowing
|
||||||
widgets for graphics APIs / engines where such functionality is not
|
and widgets for graphics APIs / engines where such
|
||||||
natively available, or severely lacking. The library is object
|
functionality is not natively available, or severely lacking.
|
||||||
orientated, written in C++, and targeted at games developers who
|
The library is object orientated, written in C++, and targeted
|
||||||
should be spending their time creating great games, not building
|
at games developers who should be spending their time creating
|
||||||
GUI sub-systems!
|
great games, not building GUI sub-systems!
|
||||||
|
|
||||||
http://www.cegui.org.uk/
|
http://www.cegui.org.uk/
|
||||||
|
@ -5,10 +5,10 @@ config BR2_PACKAGE_CELT051
|
|||||||
The CELT ultra-low delay audio codec
|
The CELT ultra-low delay audio codec
|
||||||
|
|
||||||
The CELT codec is a compression algorithm for audio. Like MP3,
|
The CELT codec is a compression algorithm for audio. Like MP3,
|
||||||
Vorbis, and AAC it is suitable for transmitting music with high
|
Vorbis, and AAC it is suitable for transmitting music with
|
||||||
quality. Unlike these formats CELT imposes very little delay on
|
high quality. Unlike these formats CELT imposes very little
|
||||||
the signal, even less than is typical for speech centric formats
|
delay on the signal, even less than is typical for speech
|
||||||
like Speex, GSM, or G.729.
|
centric formats like Speex, GSM, or G.729.
|
||||||
|
|
||||||
Note: this is version 0.5.1.3 of celt.
|
Note: this is version 0.5.1.3 of celt.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_CJSON
|
config BR2_PACKAGE_CJSON
|
||||||
bool "cJSON"
|
bool "cJSON"
|
||||||
help
|
help
|
||||||
An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C
|
An ultra-lightweight, portable, single-file, simple-as-can-be
|
||||||
compliant JSON parser, under MIT license.
|
ANSI-C compliant JSON parser, under MIT license.
|
||||||
|
|
||||||
https://github.com/DaveGamble/cJSON
|
https://github.com/DaveGamble/cJSON
|
||||||
|
@ -7,8 +7,8 @@ config BR2_PACKAGE_CLAMAV
|
|||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
ClamAV is an open source antivirus engine for detecting trojans,
|
ClamAV is an open source antivirus engine for detecting
|
||||||
viruses, malware & other malicious threats.
|
trojans, viruses, malware & other malicious threats.
|
||||||
|
|
||||||
http://www.clamav.net
|
http://www.clamav.net
|
||||||
|
|
||||||
|
@ -23,10 +23,11 @@ config BR2_PACKAGE_CLAPACK_ARITH_H
|
|||||||
string "Custom BLAS arith.h"
|
string "Custom BLAS arith.h"
|
||||||
depends on BR2_PACKAGE_CLAPACK
|
depends on BR2_PACKAGE_CLAPACK
|
||||||
help
|
help
|
||||||
To optimize BLAS library for the hardware, an 'arith.h' header should
|
To optimize BLAS library for the hardware, an 'arith.h' header
|
||||||
be provided.
|
should be provided.
|
||||||
|
|
||||||
If empty, the library will not be optimized by the compiler.
|
If empty, the library will not be optimized by the compiler.
|
||||||
|
|
||||||
In any case an 'arithchk' program is built (but not installed), to be run
|
In any case an 'arithchk' program is built
|
||||||
on the target to generate this arith.h header.
|
(but not installed), to be run on the target to generate this
|
||||||
|
arith.h header.
|
||||||
|
@ -89,8 +89,8 @@ config BR2_PACKAGE_COLLECTD_SYSLOG
|
|||||||
config BR2_PACKAGE_COLLECTD_THRESHOLD
|
config BR2_PACKAGE_COLLECTD_THRESHOLD
|
||||||
bool "threshold"
|
bool "threshold"
|
||||||
help
|
help
|
||||||
Checks values against configured thresholds and creates notifications
|
Checks values against configured thresholds and creates
|
||||||
if values are out of bounds.
|
notifications if values are out of bounds.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
@ -140,17 +140,20 @@ config BR2_PACKAGE_COLLECTD_CGROUPS
|
|||||||
config BR2_PACKAGE_COLLECTD_CONNTRACK
|
config BR2_PACKAGE_COLLECTD_CONNTRACK
|
||||||
bool "conntrack"
|
bool "conntrack"
|
||||||
help
|
help
|
||||||
Collects the number of entries in Linux's connection tracking table.
|
Collects the number of entries in Linux's connection tracking
|
||||||
|
table.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_CONTEXTSWITCH
|
config BR2_PACKAGE_COLLECTD_CONTEXTSWITCH
|
||||||
bool "contextswitch"
|
bool "contextswitch"
|
||||||
help
|
help
|
||||||
Collects the number of context switches done by the operating system.
|
Collects the number of context switches done by the operating
|
||||||
|
system.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_CPU
|
config BR2_PACKAGE_COLLECTD_CPU
|
||||||
bool "cpu"
|
bool "cpu"
|
||||||
help
|
help
|
||||||
Collects the amount of time spent by the CPU in various states.
|
Collects the amount of time spent by the CPU in various
|
||||||
|
states.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_CPUFREQ
|
config BR2_PACKAGE_COLLECTD_CPUFREQ
|
||||||
bool "cpufreq"
|
bool "cpufreq"
|
||||||
@ -229,7 +232,8 @@ config BR2_PACKAGE_COLLECTD_FHCOUNT
|
|||||||
config BR2_PACKAGE_COLLECTD_FILECOUNT
|
config BR2_PACKAGE_COLLECTD_FILECOUNT
|
||||||
bool "filecount"
|
bool "filecount"
|
||||||
help
|
help
|
||||||
Counts the number of files in a directory and all its subdirectories.
|
Counts the number of files in a directory and all its
|
||||||
|
subdirectories.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_FSCACHE
|
config BR2_PACKAGE_COLLECTD_FSCACHE
|
||||||
bool "fscache"
|
bool "fscache"
|
||||||
@ -323,7 +327,8 @@ config BR2_PACKAGE_COLLECTD_MYSQL
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
|
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
|
||||||
select BR2_PACKAGE_MYSQL
|
select BR2_PACKAGE_MYSQL
|
||||||
help
|
help
|
||||||
Connects to a MySQL database and issues a "show status" command.
|
Connects to a MySQL database and issues a "show status"
|
||||||
|
command.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_NETLINK
|
config BR2_PACKAGE_COLLECTD_NETLINK
|
||||||
bool "netlink"
|
bool "netlink"
|
||||||
@ -334,7 +339,8 @@ config BR2_PACKAGE_COLLECTD_NETLINK
|
|||||||
config BR2_PACKAGE_COLLECTD_NFS
|
config BR2_PACKAGE_COLLECTD_NFS
|
||||||
bool "nfs"
|
bool "nfs"
|
||||||
help
|
help
|
||||||
Collects information about the usage of the Network File System.
|
Collects information about the usage of the Network File
|
||||||
|
System.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_NGINX
|
config BR2_PACKAGE_COLLECTD_NGINX
|
||||||
bool "nginx"
|
bool "nginx"
|
||||||
@ -358,7 +364,8 @@ config BR2_PACKAGE_COLLECTD_OPENLDAP
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_OPENLDAP
|
select BR2_PACKAGE_OPENLDAP
|
||||||
help
|
help
|
||||||
Read monitoring information from OpenLDAP's cn=Monitor subtree.
|
Read monitoring information from OpenLDAP's cn=Monitor
|
||||||
|
subtree.
|
||||||
|
|
||||||
comment "openldap support needs a toolchain w/ wchar"
|
comment "openldap support needs a toolchain w/ wchar"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
@ -409,8 +416,8 @@ config BR2_PACKAGE_COLLECTD_SMART
|
|||||||
depends on BR2_PACKAGE_HAS_UDEV # libatasmart
|
depends on BR2_PACKAGE_HAS_UDEV # libatasmart
|
||||||
select BR2_PACKAGE_LIBATASMART
|
select BR2_PACKAGE_LIBATASMART
|
||||||
help
|
help
|
||||||
Collect SMART statistics, notably load cycle count, temperature
|
Collect SMART statistics, notably load cycle count,
|
||||||
and bad sectors.
|
temperature and bad sectors.
|
||||||
|
|
||||||
comment "SMART requires udev to be enabled"
|
comment "SMART requires udev to be enabled"
|
||||||
depends on !BR2_PACKAGE_HAS_UDEV
|
depends on !BR2_PACKAGE_HAS_UDEV
|
||||||
@ -445,8 +452,8 @@ config BR2_PACKAGE_COLLECTD_TAIL
|
|||||||
config BR2_PACKAGE_COLLECTD_TAIL_CSV
|
config BR2_PACKAGE_COLLECTD_TAIL_CSV
|
||||||
bool "tail csv"
|
bool "tail csv"
|
||||||
help
|
help
|
||||||
Follows (tails) files in CSV format, parses each line and submits
|
Follows (tails) files in CSV format, parses each line and
|
||||||
extracted values.
|
submits extracted values.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_TCPCONNS
|
config BR2_PACKAGE_COLLECTD_TCPCONNS
|
||||||
bool "tcpconns"
|
bool "tcpconns"
|
||||||
@ -516,7 +523,8 @@ comment "Select at least one for collectd to be useful"
|
|||||||
config BR2_PACKAGE_COLLECTD_CSV
|
config BR2_PACKAGE_COLLECTD_CSV
|
||||||
bool "csv"
|
bool "csv"
|
||||||
help
|
help
|
||||||
Writes values to a plain-text file in Comma Separated Values format.
|
Writes values to a plain-text file in Comma Separated Values
|
||||||
|
format.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_GRAPHITE
|
config BR2_PACKAGE_COLLECTD_GRAPHITE
|
||||||
bool "graphite"
|
bool "graphite"
|
||||||
@ -555,7 +563,8 @@ config BR2_PACKAGE_COLLECTD_RIEMANN
|
|||||||
select BR2_PACKAGE_RIEMANN_C_CLIENT
|
select BR2_PACKAGE_RIEMANN_C_CLIENT
|
||||||
select BR2_PACKAGE_LIBTOOL
|
select BR2_PACKAGE_LIBTOOL
|
||||||
help
|
help
|
||||||
Sends data to Riemann, a stream processing and monitoring system.
|
Sends data to Riemann, a stream processing and monitoring
|
||||||
|
system.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_UNIXSOCK
|
config BR2_PACKAGE_COLLECTD_UNIXSOCK
|
||||||
bool "unixsock"
|
bool "unixsock"
|
||||||
@ -567,7 +576,8 @@ config BR2_PACKAGE_COLLECTD_WRITEHTTP
|
|||||||
bool "write_http"
|
bool "write_http"
|
||||||
select BR2_PACKAGE_LIBCURL
|
select BR2_PACKAGE_LIBCURL
|
||||||
help
|
help
|
||||||
Sends values collected to a web-server using HTTP POST and PUTVAL.
|
Sends values collected to a web-server using HTTP POST and
|
||||||
|
PUTVAL.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_WRITELOG
|
config BR2_PACKAGE_COLLECTD_WRITELOG
|
||||||
bool "write_log"
|
bool "write_log"
|
||||||
@ -592,14 +602,14 @@ comment "write_prometheus needs a toolchain w/ C++, host gcc >= 4.5"
|
|||||||
config BR2_PACKAGE_COLLECTD_WRITESENSU
|
config BR2_PACKAGE_COLLECTD_WRITESENSU
|
||||||
bool "write_sensu"
|
bool "write_sensu"
|
||||||
help
|
help
|
||||||
Sends data to Sensu, a stream processing and monitoring system,
|
Sends data to Sensu, a stream processing and monitoring
|
||||||
via the Sensu client local TCP socket.
|
system, via the Sensu client local TCP socket.
|
||||||
|
|
||||||
config BR2_PACKAGE_COLLECTD_WRITETSDB
|
config BR2_PACKAGE_COLLECTD_WRITETSDB
|
||||||
bool "write_tsdb"
|
bool "write_tsdb"
|
||||||
help
|
help
|
||||||
Sends data OpenTSDB, a scalable no master, no shared state time
|
Sends data OpenTSDB, a scalable no master, no shared state
|
||||||
series database.
|
time series database.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
@ -7,9 +7,10 @@ config BR2_PACKAGE_CPPDB
|
|||||||
# Can be built without them but it's useless
|
# Can be built without them but it's useless
|
||||||
depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
|
depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
|
||||||
help
|
help
|
||||||
CppDB is an SQL connectivity library that is designed to provide
|
CppDB is an SQL connectivity library that is designed to
|
||||||
platform and Database independent connectivity API similarly
|
provide platform and Database independent connectivity API
|
||||||
to what JDBC, ODBC and other connectivity libraries do.
|
similarly to what JDBC, ODBC and other connectivity libraries
|
||||||
|
do.
|
||||||
|
|
||||||
http://cppcms.com/sql/cppdb/
|
http://cppcms.com/sql/cppdb/
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
config BR2_PACKAGE_CPULOAD
|
config BR2_PACKAGE_CPULOAD
|
||||||
bool "cpuload"
|
bool "cpuload"
|
||||||
help
|
help
|
||||||
cpuload is a simple tool to obtain intuitive vision of CPU load
|
cpuload is a simple tool to obtain intuitive vision of CPU
|
||||||
(including total, user, system, irq and softirq) within a certain
|
load (including total, user, system, irq and softirq) within a
|
||||||
time, which is especially useful for embedded system without GUI.
|
certain time, which is especially useful for embedded system
|
||||||
|
without GUI.
|
||||||
|
|
||||||
https://github.com/kelvincheung/cpuload
|
https://github.com/kelvincheung/cpuload
|
||||||
|
@ -12,8 +12,8 @@ config BR2_PACKAGE_CRDA
|
|||||||
|
|
||||||
This package provides a Central Regulatory Domain Agent (CRDA)
|
This package provides a Central Regulatory Domain Agent (CRDA)
|
||||||
to be used by the Linux kernel cf80211 wireless subsystem to
|
to be used by the Linux kernel cf80211 wireless subsystem to
|
||||||
query and apply the regulatory domain settings wireless devices
|
query and apply the regulatory domain settings wireless
|
||||||
may operate within for a given location.
|
devices may operate within for a given location.
|
||||||
|
|
||||||
http://linuxwireless.org/en/developers/Regulatory/CRDA
|
http://linuxwireless.org/en/developers/Regulatory/CRDA
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ config BR2_PACKAGE_OCF_LINUX
|
|||||||
select BR2_PACKAGE_HAS_CRYPTODEV
|
select BR2_PACKAGE_HAS_CRYPTODEV
|
||||||
help
|
help
|
||||||
OCF-Linux is a Linux port of the OpenBSD/FreeBSD Cryptographic
|
OCF-Linux is a Linux port of the OpenBSD/FreeBSD Cryptographic
|
||||||
Framework (OCF). This port aims to bring full asynchronous HW/SW
|
Framework (OCF). This port aims to bring full asynchronous
|
||||||
crypto acceleration to the Linux kernel and applications
|
HW/SW crypto acceleration to the Linux kernel and applications
|
||||||
running under Linux.
|
running under Linux.
|
||||||
|
|
||||||
http://ocf-linux.sourceforge.net/
|
http://ocf-linux.sourceforge.net/
|
||||||
|
@ -11,8 +11,8 @@ config BR2_PACKAGE_CURLFTPFS
|
|||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_LIBCURL
|
select BR2_PACKAGE_LIBCURL
|
||||||
help
|
help
|
||||||
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE
|
CurlFtpFS is a filesystem for accessing FTP hosts based on
|
||||||
and libcurl.
|
FUSE and libcurl.
|
||||||
|
|
||||||
http://curlftpfs.sourceforge.net/
|
http://curlftpfs.sourceforge.net/
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@ config BR2_PACKAGE_CVS
|
|||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
Concurrent Versions System - source code revision control tools.
|
Concurrent Versions System - source code revision control
|
||||||
|
tools.
|
||||||
|
|
||||||
http://www.nongnu.org/cvs/
|
http://www.nongnu.org/cvs/
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@ config BR2_PACKAGE_CWIID
|
|||||||
depends on BR2_USE_MMU # bluez_utils -> dbus, libglib2
|
depends on BR2_USE_MMU # bluez_utils -> dbus, libglib2
|
||||||
select BR2_PACKAGE_BLUEZ_UTILS
|
select BR2_PACKAGE_BLUEZ_UTILS
|
||||||
help
|
help
|
||||||
A collection of Linux tools written in C for interfacing to the
|
A collection of Linux tools written in C for interfacing to
|
||||||
Nintendo Wiimote.
|
the Nintendo Wiimote.
|
||||||
|
|
||||||
http://abstrakraft.org/cwiid/
|
http://abstrakraft.org/cwiid/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user