mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/l*: 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 l 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
a23a827da1
commit
e874251c85
@ -3,11 +3,11 @@ config BR2_PACKAGE_LBREAKOUT2
|
|||||||
select BR2_PACKAGE_SDL
|
select BR2_PACKAGE_SDL
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
help
|
help
|
||||||
LBreakout2 is the successor to LBreakout, a breakout-style arcade
|
LBreakout2 is the successor to LBreakout, a breakout-style
|
||||||
game in the manner of Arkanoid. Requires SDL, libpng, and
|
arcade game in the manner of Arkanoid. Requires SDL, libpng,
|
||||||
optionnally SDL_mixer/SDL_net.
|
and optionnally SDL_mixer/SDL_net.
|
||||||
A display with minimum 640x480 resolution, a keyboard and a mouse
|
A display with minimum 640x480 resolution, a keyboard and a
|
||||||
are recommanded.
|
mouse are recommanded.
|
||||||
|
|
||||||
http://lgames.sourceforge.net/index.php?project=LBreakout2
|
http://lgames.sourceforge.net/index.php?project=LBreakout2
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ config BR2_PACKAGE_LCDAPI
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
C++ client API for lcdproc, containing a set of widget classes.
|
C++ client API for lcdproc, containing a set of widget
|
||||||
|
classes.
|
||||||
|
|
||||||
https://github.com/spdawson/lcdapi
|
https://github.com/spdawson/lcdapi
|
||||||
|
|
||||||
|
@ -4,7 +4,8 @@ config BR2_PACKAGE_LCMS2
|
|||||||
Little Color Management Software (CMS) intends to be an OPEN
|
Little Color Management Software (CMS) intends to be an OPEN
|
||||||
SOURCE small-footprint color management engine, with special
|
SOURCE small-footprint color management engine, with special
|
||||||
focus on accuracy and performance.
|
focus on accuracy and performance.
|
||||||
It uses the International Color Consortium standard (ICC), which is
|
It uses the International Color Consortium standard (ICC),
|
||||||
the modern standard when regarding to color management.
|
which is the modern standard when regarding to color
|
||||||
|
management.
|
||||||
|
|
||||||
http://www.littlecms.com/
|
http://www.littlecms.com/
|
||||||
|
@ -7,7 +7,8 @@ config BR2_PACKAGE_LEAFNODE2
|
|||||||
server designed for small sites with just a few active
|
server designed for small sites with just a few active
|
||||||
newsgroups.
|
newsgroups.
|
||||||
|
|
||||||
Leafnode-2 needs inetd, check chapter 14 of the documentation at
|
Leafnode-2 needs inetd, check chapter 14 of the documentation
|
||||||
|
at:
|
||||||
http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt
|
http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt
|
||||||
|
|
||||||
For example, you can add this line to inetd.conf:
|
For example, you can add this line to inetd.conf:
|
||||||
|
@ -6,8 +6,9 @@ config BR2_PACKAGE_LEVELDB
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_SNAPPY
|
select BR2_PACKAGE_SNAPPY
|
||||||
help
|
help
|
||||||
LevelDB is a fast key-value storage library written at Google that
|
LevelDB is a fast key-value storage library written at Google
|
||||||
provides an ordered mapping from string keys to string values.
|
that provides an ordered mapping from string keys to string
|
||||||
|
values.
|
||||||
|
|
||||||
https://github.com/google/leveldb
|
https://github.com/google/leveldb
|
||||||
|
|
||||||
|
@ -7,10 +7,11 @@ config BR2_PACKAGE_LFTP
|
|||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
|
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
|
||||||
help
|
help
|
||||||
LFTP is a sophisticated ftp/http client, and a file transfer program
|
LFTP is a sophisticated ftp/http client, and a file transfer
|
||||||
supporting a number of network protocols. Like BASH, it has job
|
program supporting a number of network protocols. Like BASH,
|
||||||
control and uses the readline library for input. It has bookmarks,
|
it has job control and uses the readline library for input. It
|
||||||
a built-in mirror command, and can transfer several files in parallel.
|
has bookmarks, a built-in mirror command, and can transfer
|
||||||
|
several files in parallel.
|
||||||
It was designed with reliability in mind.
|
It was designed with reliability in mind.
|
||||||
|
|
||||||
http://lftp.yar.ru/
|
http://lftp.yar.ru/
|
||||||
|
@ -7,13 +7,14 @@ config BR2_PACKAGE_LIGHTTPD
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
lighttpd a secure, fast, compliant and very flexible web-server
|
lighttpd a secure, fast, compliant and very flexible
|
||||||
which has been optimized for high-performance environments. It
|
web-server which has been optimized for high-performance
|
||||||
has a very low memory footprint compared to other webservers and
|
environments. It has a very low memory footprint compared to
|
||||||
takes care of cpu-load. Its advanced feature-set (FastCGI, CGI,
|
other webservers and takes care of cpu-load. Its advanced
|
||||||
Auth, Output-Compression, URL-Rewriting and many more) make
|
feature-set (FastCGI, CGI, Auth, Output-Compression,
|
||||||
lighttpd the perfect webserver-software for every server that
|
URL-Rewriting and many more) make lighttpd the perfect
|
||||||
is suffering load problems.
|
webserver-software for every server that is suffering load
|
||||||
|
problems.
|
||||||
|
|
||||||
http://www.lighttpd.net/
|
http://www.lighttpd.net/
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@ config BR2_PACKAGE_LINKNX
|
|||||||
select BR2_PACKAGE_ARGP_STANDALONE \
|
select BR2_PACKAGE_ARGP_STANDALONE \
|
||||||
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||||
help
|
help
|
||||||
Linknx is an automation platform providing high level functionalities
|
Linknx is an automation platform providing high level
|
||||||
to EIB/KNX installation.
|
functionalities to EIB/KNX installation.
|
||||||
|
|
||||||
http://linknx.sourceforge.net/
|
http://linknx.sourceforge.net/
|
||||||
https://github.com/linknx/linknx
|
https://github.com/linknx/linknx
|
||||||
|
@ -8,7 +8,8 @@ config BR2_PACKAGE_LINUX_BACKPORTS
|
|||||||
The linux-backports package includes many Linux drivers from
|
The linux-backports package includes many Linux drivers from
|
||||||
recent kernels, backported to older ones.
|
recent kernels, backported to older ones.
|
||||||
|
|
||||||
This version of linux-backports supports kernels starting from 3.0.
|
This version of linux-backports supports kernels starting
|
||||||
|
from 3.0.
|
||||||
|
|
||||||
https://backports.wiki.kernel.org
|
https://backports.wiki.kernel.org
|
||||||
|
|
||||||
@ -40,8 +41,9 @@ config BR2_PACKAGE_LINUX_BACKPORTS_CUSTOM_CONFIG_FILE
|
|||||||
help
|
help
|
||||||
Path to the backports configuration file
|
Path to the backports configuration file
|
||||||
|
|
||||||
Note: this can be a defconfig file or a complete .config file,
|
Note: this can be a defconfig file or a complete .config
|
||||||
which can later be saved back with make linux-update-(def)config.
|
file, which can later be saved back with make
|
||||||
|
linux-update-(def)config.
|
||||||
|
|
||||||
config BR2_PACKAGE_LINUX_BACKPORTS_CONFIG_FRAGMENT_FILES
|
config BR2_PACKAGE_LINUX_BACKPORTS_CONFIG_FRAGMENT_FILES
|
||||||
string "Additional configuration fragment files"
|
string "Additional configuration fragment files"
|
||||||
|
@ -249,7 +249,8 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX
|
|||||||
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
|
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
|
||||||
bool "TI wl127x"
|
bool "TI wl127x"
|
||||||
help
|
help
|
||||||
Firmware files for WLAN and Bluetooth modules wl1271 and wl1273
|
Firmware files for WLAN and Bluetooth modules wl1271 and
|
||||||
|
wl1273
|
||||||
|
|
||||||
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X
|
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X
|
||||||
bool "TI wl128x"
|
bool "TI wl128x"
|
||||||
@ -268,17 +269,20 @@ menu "Ethernet firmware"
|
|||||||
config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X
|
config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X
|
||||||
bool "Broadcom NetXtremeII"
|
bool "Broadcom NetXtremeII"
|
||||||
help
|
help
|
||||||
Firmware files for Broadcom NetXtreme 10Gb ethernet cards (bnx2x)
|
Firmware files for Broadcom NetXtreme 10Gb ethernet cards
|
||||||
|
(bnx2x)
|
||||||
|
|
||||||
config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
|
config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
|
||||||
bool "Chelsio T4"
|
bool "Chelsio T4"
|
||||||
help
|
help
|
||||||
Firmware files for Chelsio T4 1Gb and 10Gb ethernet cards (cxgb4)
|
Firmware files for Chelsio T4 1Gb and 10Gb ethernet cards
|
||||||
|
(cxgb4)
|
||||||
|
|
||||||
config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5
|
config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5
|
||||||
bool "Chelsio T5"
|
bool "Chelsio T5"
|
||||||
help
|
help
|
||||||
Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards (cxgb4)
|
Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards
|
||||||
|
(cxgb4)
|
||||||
|
|
||||||
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
|
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
|
||||||
bool "Realtek 8169"
|
bool "Realtek 8169"
|
||||||
|
@ -10,17 +10,17 @@ choice
|
|||||||
help
|
help
|
||||||
Select the kernel version to get headers from.
|
Select the kernel version to get headers from.
|
||||||
|
|
||||||
The kernel headers must be at least as old as the oldest kernel
|
The kernel headers must be at least as old as the oldest
|
||||||
you intend to run on your target.
|
kernel you intend to run on your target.
|
||||||
|
|
||||||
If you use Buildroot to build a kernel, then you can use
|
If you use Buildroot to build a kernel, then you can use
|
||||||
the sources from that kernel as source for the headers.
|
the sources from that kernel as source for the headers.
|
||||||
|
|
||||||
If you choose a custom version of the kernel headers, or choose
|
If you choose a custom version of the kernel headers, or
|
||||||
to use the same sources as the kernel, you'll have to select
|
choose to use the same sources as the kernel, you'll have to
|
||||||
(below) the series of that kernel, so that Buildroot can show
|
select (below) the series of that kernel, so that Buildroot
|
||||||
or hide packages that have strong requirements on the kernel
|
can show or hide packages that have strong requirements on the
|
||||||
headers.
|
kernel headers.
|
||||||
|
|
||||||
config BR2_KERNEL_HEADERS_AS_KERNEL
|
config BR2_KERNEL_HEADERS_AS_KERNEL
|
||||||
bool "Same as kernel being built"
|
bool "Same as kernel being built"
|
||||||
@ -86,7 +86,8 @@ choice
|
|||||||
bool "Custom kernel headers series"
|
bool "Custom kernel headers series"
|
||||||
depends on BR2_KERNEL_HEADERS_VERSION || BR2_KERNEL_HEADERS_AS_KERNEL
|
depends on BR2_KERNEL_HEADERS_VERSION || BR2_KERNEL_HEADERS_AS_KERNEL
|
||||||
help
|
help
|
||||||
Specify the kernel headers series you manually selected, above.
|
Specify the kernel headers series you manually selected,
|
||||||
|
above.
|
||||||
|
|
||||||
This is used to hide/show some packages that have strict
|
This is used to hide/show some packages that have strict
|
||||||
requirements on the version of kernel headers.
|
requirements on the version of kernel headers.
|
||||||
|
@ -6,7 +6,8 @@ config BR2_PACKAGE_LINUX_PAM
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_FLEX
|
select BR2_PACKAGE_FLEX
|
||||||
help
|
help
|
||||||
A Security Framework that Provides Authentication for Applications
|
A Security Framework that Provides Authentication for
|
||||||
|
Applications
|
||||||
|
|
||||||
http://linux-pam.org
|
http://linux-pam.org
|
||||||
|
|
||||||
|
@ -2,8 +2,9 @@ config BR2_PACKAGE_LIVE555
|
|||||||
bool "live555"
|
bool "live555"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
LIVE555 Streaming Media forms a set of C++ libraries for multimedia
|
LIVE555 Streaming Media forms a set of C++ libraries for
|
||||||
streaming, using open standard protocols (RTP/RTCP, RTSP, SIP).
|
multimedia streaming, using open standard protocols
|
||||||
|
(RTP/RTCP, RTSP, SIP).
|
||||||
|
|
||||||
http://www.live555.com/liveMedia/
|
http://www.live555.com/liveMedia/
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ config BR2_PACKAGE_LJSYSCALL
|
|||||||
# ljsyscall is specifically for LuaJIT, not Lua.
|
# ljsyscall is specifically for LuaJIT, not Lua.
|
||||||
depends on BR2_PACKAGE_LUAJIT
|
depends on BR2_PACKAGE_LUAJIT
|
||||||
help
|
help
|
||||||
An FFI implementation of the Linux and NetBSD kernel ABIs for LuaJIT.
|
An FFI implementation of the Linux and NetBSD kernel ABIs for
|
||||||
|
LuaJIT.
|
||||||
|
|
||||||
http://github.com/justincormack/ljsyscall
|
http://github.com/justincormack/ljsyscall
|
||||||
|
|
||||||
|
@ -38,9 +38,9 @@ config BR2_PACKAGE_LM_SENSORS_ISASET
|
|||||||
config BR2_PACKAGE_LM_SENSORS_PWMCONFIG
|
config BR2_PACKAGE_LM_SENSORS_PWMCONFIG
|
||||||
bool "pwmconfig"
|
bool "pwmconfig"
|
||||||
help
|
help
|
||||||
Pwmconfig searches your sensors for pulse width modulation (PWM)
|
Pwmconfig searches your sensors for pulse width modulation
|
||||||
controls, and tests each one to see if it controls a fan on
|
(PWM) controls, and tests each one to see if it controls a fan
|
||||||
your motherboard.
|
on your motherboard.
|
||||||
|
|
||||||
config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
|
config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
|
||||||
bool "sensors-detect"
|
bool "sensors-detect"
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_LOGSURFER
|
|||||||
bool "logsurfer"
|
bool "logsurfer"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Logsurfer is a program for monitoring system logs in real-time,
|
Logsurfer is a program for monitoring system logs in
|
||||||
and reporting on the occurrence of events.
|
real-time, and reporting on the occurrence of events.
|
||||||
|
|
||||||
http://www.crypt.gen.nz/logsurfer/
|
http://www.crypt.gen.nz/logsurfer/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_HOST_LPC3250LOADER
|
config BR2_PACKAGE_HOST_LPC3250LOADER
|
||||||
bool "host lpc3250loader"
|
bool "host lpc3250loader"
|
||||||
help
|
help
|
||||||
lpc3250loader is a tool to load/burn programs (in particular kickstart
|
lpc3250loader is a tool to load/burn programs (in particular
|
||||||
and S1L) on an LPC3250 platform.
|
kickstart and S1L) on an LPC3250 platform.
|
||||||
|
|
||||||
https://github.com/alexandrebelloni/lpc3250loader
|
https://github.com/alexandrebelloni/lpc3250loader
|
||||||
|
@ -4,7 +4,8 @@ config BR2_PACKAGE_LSHW
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
lshw (Hardware Lister) is a small tool to provide
|
lshw (Hardware Lister) is a small tool to provide
|
||||||
detailed information on the hardware configuration of the machine.
|
detailed information on the hardware configuration of the
|
||||||
|
machine.
|
||||||
|
|
||||||
http://ezix.org/project/wiki/HardwareLiSter
|
http://ezix.org/project/wiki/HardwareLiSter
|
||||||
|
|
||||||
|
@ -11,10 +11,10 @@ config BR2_PACKAGE_LTRACE
|
|||||||
|| BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
|
|| BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
|
||||||
select BR2_PACKAGE_ELFUTILS
|
select BR2_PACKAGE_ELFUTILS
|
||||||
help
|
help
|
||||||
Debugging program which runs a specified command until it exits.
|
Debugging program which runs a specified command until it
|
||||||
While the command is executing, ltrace intercepts and records
|
exits. While the command is executing, ltrace intercepts and
|
||||||
the dynamic library calls which are called by the executed
|
records the dynamic library calls which are called by the
|
||||||
process and the signals received by that process.
|
executed process and the signals received by that process.
|
||||||
|
|
||||||
http://ltrace.org
|
http://ltrace.org
|
||||||
|
|
||||||
|
@ -2,9 +2,11 @@ config BR2_PACKAGE_LUA_CJSON
|
|||||||
bool "lua-cjson"
|
bool "lua-cjson"
|
||||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
help
|
help
|
||||||
The Lua CJSON module provides JSON support for Lua. It features:
|
The Lua CJSON module provides JSON support for Lua.
|
||||||
|
It features:
|
||||||
- Fast, standards compliant encoding/parsing routines
|
- Fast, standards compliant encoding/parsing routines
|
||||||
- Full support for JSON with UTF-8, including decoding surrogate pairs
|
- Full support for JSON with UTF-8, including decoding
|
||||||
|
surrogate pairs
|
||||||
- Optional run-time support for common exceptions to the JSON
|
- Optional run-time support for common exceptions to the JSON
|
||||||
specification (infinity, NaN, ...)
|
specification (infinity, NaN, ...)
|
||||||
- No dependencies on other libraries
|
- No dependencies on other libraries
|
||||||
|
@ -2,7 +2,8 @@ config BR2_PACKAGE_LUA
|
|||||||
bool "lua"
|
bool "lua"
|
||||||
select BR2_PACKAGE_HAS_LUAINTERPRETER
|
select BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||||
help
|
help
|
||||||
Lua is a powerful, fast, light-weight, embeddable scripting language.
|
Lua is a powerful, fast, light-weight, embeddable scripting
|
||||||
|
language.
|
||||||
|
|
||||||
http://www.lua.org/
|
http://www.lua.org/
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_LUABITOP
|
|||||||
bool "luabitop"
|
bool "luabitop"
|
||||||
depends on !BR2_PACKAGE_LUA_5_3
|
depends on !BR2_PACKAGE_LUA_5_3
|
||||||
help
|
help
|
||||||
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
|
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds
|
||||||
operations on numbers.
|
bitwise operations on numbers.
|
||||||
|
|
||||||
http://bitop.luajit.org
|
http://bitop.luajit.org
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ config BR2_PACKAGE_LUACRYPTO
|
|||||||
help
|
help
|
||||||
LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
|
LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
|
||||||
library.
|
library.
|
||||||
The OpenSSL features that are currently exposed are digests (MD5,
|
The OpenSSL features that are currently exposed are digests
|
||||||
SHA-1, HMAC, and more) and crypto-grade random number generators
|
(MD5, SHA-1, HMAC, and more) and crypto-grade random number
|
||||||
communication.
|
generators communication.
|
||||||
|
|
||||||
http://luacrypto.luaforge.net
|
http://luacrypto.luaforge.net
|
||||||
|
@ -2,7 +2,8 @@ config BR2_PACKAGE_LUAEXPATUTILS
|
|||||||
bool "luaexpatutils"
|
bool "luaexpatutils"
|
||||||
select BR2_PACKAGE_LUAEXPAT
|
select BR2_PACKAGE_LUAEXPAT
|
||||||
help
|
help
|
||||||
lxp.doc is a module that provides useful features for working with
|
lxp.doc is a module that provides useful features for working
|
||||||
XML formats in LOM format as used by the LuaExpat project from Kepler.
|
with XML formats in LOM format as used by the LuaExpat project
|
||||||
|
from Kepler.
|
||||||
|
|
||||||
https://github.com/stevedonovan/LuaExpatUtils
|
https://github.com/stevedonovan/LuaExpatUtils
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
config BR2_PACKAGE_LUALOGGING
|
config BR2_PACKAGE_LUALOGGING
|
||||||
bool "lualogging"
|
bool "lualogging"
|
||||||
help
|
help
|
||||||
LuaLogging provides a simple API to use logging features in Lua.
|
LuaLogging provides a simple API to use logging features in
|
||||||
Its design was based on log4j. LuaLogging currently supports,
|
Lua. Its design was based on log4j. LuaLogging currently
|
||||||
through the use of appenders, console, file, rolling file, email,
|
supports, through the use of appenders, console, file, rolling
|
||||||
socket and SQL outputs.
|
file, email, socket and SQL outputs.
|
||||||
|
|
||||||
http://www.keplerproject.org/lualogging/
|
http://www.keplerproject.org/lualogging/
|
||||||
|
@ -8,15 +8,16 @@ config BR2_PACKAGE_LUVI
|
|||||||
select BR2_PACKAGE_LIBUV
|
select BR2_PACKAGE_LIBUV
|
||||||
select BR2_PACKAGE_LUV
|
select BR2_PACKAGE_LUV
|
||||||
help
|
help
|
||||||
A project in-between luv and luvit. The goal of this is to make
|
A project in-between luv and luvit. The goal of this is to
|
||||||
building luvit and derivatives much easier.
|
make building luvit and derivatives much easier.
|
||||||
|
|
||||||
luvi extends LuaJIT with asynchronous I/O and several optional
|
luvi extends LuaJIT with asynchronous I/O and several optional
|
||||||
modules to run Lua applications and build self-contained binaries
|
modules to run Lua applications and build self-contained
|
||||||
on systems that don't have a compiler.
|
binaries on systems that don't have a compiler.
|
||||||
|
|
||||||
The luvi core can be extended with several Lua modules by adding its
|
The luvi core can be extended with several Lua modules by
|
||||||
bundled Lua binding libraries. To get the Lua module...
|
adding its bundled Lua binding libraries.
|
||||||
|
To get the Lua module...
|
||||||
* 'rex' select PCRE (BR2_PACKAGE_PCRE)
|
* 'rex' select PCRE (BR2_PACKAGE_PCRE)
|
||||||
* 'ssl' select OpenSSL (BR2_PACKAGE_OPENSSL)
|
* 'ssl' select OpenSSL (BR2_PACKAGE_OPENSSL)
|
||||||
* 'zlib' select zlib (BR2_PACKAGE_ZLIB)
|
* 'zlib' select zlib (BR2_PACKAGE_ZLIB)
|
||||||
|
@ -7,17 +7,19 @@ config BR2_PACKAGE_LVM2
|
|||||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||||
help
|
help
|
||||||
This is LVM2, the rewrite of The Linux Logical Volume Manager.
|
This is LVM2, the rewrite of The Linux Logical Volume Manager.
|
||||||
LVM supports enterprise level volume management of disk and disk
|
LVM supports enterprise level volume management of disk and
|
||||||
subsystems by grouping arbitrary disks into volume groups. The total
|
disk subsystems by grouping arbitrary disks into volume
|
||||||
capacity of volume groups can be allocated to logical volumes, which
|
groups. The total capacity of volume groups can be allocated
|
||||||
are accessed as regular block devices.
|
to logical volumes, which are accessed as regular block
|
||||||
|
devices.
|
||||||
|
|
||||||
The Linux Kernel Device Mapper is the LVM
|
The Linux Kernel Device Mapper is the LVM
|
||||||
(Linux Logical Volume Management) Team's implementation of a
|
(Linux Logical Volume Management) Team's implementation of a
|
||||||
minimalistic kernel-space driver that handles volume management,
|
minimalistic kernel-space driver that handles volume
|
||||||
while keeping knowledge of the underlying device layout in
|
management, while keeping knowledge of the underlying device
|
||||||
user-space. This makes it useful for not only LVM, but EVMS,
|
layout in user-space. This makes it useful for not only LVM,
|
||||||
software raid, and other drivers that create "virtual" block devices.
|
but EVMS, software raid, and other drivers that create
|
||||||
|
"virtual" block devices.
|
||||||
|
|
||||||
http://www.sourceware.org/lvm2/
|
http://www.sourceware.org/lvm2/
|
||||||
|
|
||||||
@ -27,8 +29,8 @@ config BR2_PACKAGE_LVM2_STANDARD_INSTALL
|
|||||||
bool "standard install instead of only dmsetup"
|
bool "standard install instead of only dmsetup"
|
||||||
default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
|
default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
|
||||||
help
|
help
|
||||||
Install the standard suite of lvm2 programs. When this option is not
|
Install the standard suite of lvm2 programs. When this option
|
||||||
set, only dmsetup is installed.
|
is not set, only dmsetup is installed.
|
||||||
|
|
||||||
config BR2_PACKAGE_LVM2_APP_LIBRARY
|
config BR2_PACKAGE_LVM2_APP_LIBRARY
|
||||||
bool "install application library"
|
bool "install application library"
|
||||||
|
@ -6,9 +6,10 @@ config BR2_PACKAGE_LXC
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
|
||||||
help
|
help
|
||||||
Linux Containers (LXC), provides the ability to group and isolate
|
Linux Containers (LXC), provides the ability to group and
|
||||||
of a set of processes in a jail by virtualizing and accounting the
|
isolate of a set of processes in a jail by virtualizing and
|
||||||
kernel resources. It is similar to Linux-Vserver or Openvz.
|
accounting the kernel resources. It is similar to
|
||||||
|
Linux-Vserver or Openvz.
|
||||||
|
|
||||||
https://linuxcontainers.org/
|
https://linuxcontainers.org/
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@ config BR2_PACKAGE_LZ4
|
|||||||
bool "lz4"
|
bool "lz4"
|
||||||
help
|
help
|
||||||
LZ4 is a very fast lossless compression algorithm, providing
|
LZ4 is a very fast lossless compression algorithm, providing
|
||||||
compression speed at 400 MB/s per core, scalable with multi-cores
|
compression speed at 400 MB/s per core, scalable with
|
||||||
CPU. It also features an extremely fast decoder, with speed
|
multi-cores CPU. It also features an extremely fast decoder,
|
||||||
in multiple GB/s per core, typically reaching RAM speed limits
|
with speed in multiple GB/s per core, typically reaching RAM
|
||||||
on multi-core systems.
|
speed limits on multi-core systems.
|
||||||
|
|
||||||
http://www.lz4.org/
|
http://www.lz4.org/
|
||||||
|
@ -5,10 +5,11 @@ config BR2_PACKAGE_LZIP
|
|||||||
bool "lzip"
|
bool "lzip"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Lzip is a lossless data compressor with a user interface similar
|
Lzip is a lossless data compressor with a user interface
|
||||||
to the one of gzip or bzip2.
|
similar to the one of gzip or bzip2.
|
||||||
Lzip is about as fast as gzip, compresses most files more than
|
Lzip is about as fast as gzip, compresses most files more than
|
||||||
bzip2, and is better than both from a data recovery perspective.
|
bzip2, and is better than both from a data recovery
|
||||||
Lzip is a clean implementation of the LZMA algorithm.
|
perspective. Lzip is a clean implementation of the LZMA
|
||||||
|
algorithm.
|
||||||
|
|
||||||
http://www.nongnu.org/lzip/lzip.html
|
http://www.nongnu.org/lzip/lzip.html
|
||||||
|
@ -3,6 +3,7 @@ config BR2_PACKAGE_LZOP
|
|||||||
select BR2_PACKAGE_LZO
|
select BR2_PACKAGE_LZO
|
||||||
help
|
help
|
||||||
lzop is a file compressor which is very similar to gzip.
|
lzop is a file compressor which is very similar to gzip.
|
||||||
lzop uses the LZO data compression library for compression services.
|
lzop uses the LZO data compression library for compression
|
||||||
|
services.
|
||||||
|
|
||||||
http://www.lzop.org/
|
http://www.lzop.org/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user