mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/h*: fix wrapping of Config.in help text
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 h 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@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
be9d731edf
commit
eb3d057804
@ -5,9 +5,10 @@ config BR2_PACKAGE_HANS
|
|||||||
bool "hans"
|
bool "hans"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Hans makes it possible to tunnel IPv4 through ICMP echo packets,
|
Hans makes it possible to tunnel IPv4 through ICMP echo
|
||||||
so you could call it a ping tunnel.
|
packets, so you could call it a ping tunnel.
|
||||||
This can be useful when you find yourself in the situation
|
This can be useful when you find yourself in the situation
|
||||||
that your Internet access is firewalled, but pings are allowed.
|
that your Internet access is firewalled, but pings are
|
||||||
|
allowed.
|
||||||
|
|
||||||
http://code.gerade.org/hans/
|
http://code.gerade.org/hans/
|
||||||
|
@ -5,4 +5,5 @@ config BR2_PACKAGE_HICOLOR_ICON_THEME
|
|||||||
|
|
||||||
This is the fallback icon theme, which only creates the
|
This is the fallback icon theme, which only creates the
|
||||||
standard directory structure for storing icons of third-party
|
standard directory structure for storing icons of third-party
|
||||||
applications (i.e. the ones not available in usual icon themes).
|
applications (i.e. the ones not available in usual icon
|
||||||
|
themes).
|
||||||
|
@ -8,11 +8,12 @@ config BR2_PACKAGE_HPLIP
|
|||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
help
|
help
|
||||||
HP Linux Imaging and Printing (HPLIP)
|
HP Linux Imaging and Printing (HPLIP)
|
||||||
HPLIP is an HP-developed solution for printing, scanning, and faxing
|
HPLIP is an HP-developed solution for printing, scanning, and
|
||||||
with HP inkjet and laser based printers in Linux. The HPLIP project
|
faxing with HP inkjet and laser based printers in Linux. The
|
||||||
provides printing support for 2,211 printer models, including
|
HPLIP project provides printing support for 2,211 printer
|
||||||
Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business
|
models, including Deskjet, Officejet, Photosmart, PSC
|
||||||
Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.
|
(Print Scan Copy), Business Inkjet, LaserJet, Edgeline MFP,
|
||||||
|
and LaserJet MFP.
|
||||||
|
|
||||||
http://hplipopensource.com/
|
http://hplipopensource.com/
|
||||||
|
|
||||||
|
@ -6,10 +6,11 @@ config BR2_PACKAGE_HTTPING
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Httping is like 'ping' but for http-requests.
|
Httping is like 'ping' but for http-requests.
|
||||||
Give it an url, and it'll show you how long it takes to connect,
|
Give it an url, and it'll show you how long it takes to
|
||||||
send a request and retrieve the reply (only the headers).
|
connect, send a request and retrieve the reply (only the
|
||||||
Be aware that the transmission across the network also takes time!
|
headers).
|
||||||
So it measures the latency of the webserver + network.
|
Be aware that the transmission across the network also takes
|
||||||
|
time! So it measures the latency of the webserver + network.
|
||||||
|
|
||||||
http://www.vanheusden.com/httping/
|
http://www.vanheusden.com/httping/
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_HWDATA
|
config BR2_PACKAGE_HWDATA
|
||||||
bool "hwdata"
|
bool "hwdata"
|
||||||
help
|
help
|
||||||
Various hardware identification and configuration data, such as
|
Various hardware identification and configuration data,
|
||||||
the pci.ids database, or the XFree86/xorg Cards database.
|
such as the pci.ids database, or the XFree86/xorg Cards
|
||||||
|
database.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user