mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 00:47:43 +00:00
package: kill pointless text justification
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5e2c17b9a3
commit
757e9c4c2a
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_BERKELEYDB
|
config BR2_PACKAGE_BERKELEYDB
|
||||||
bool "berkeleydb"
|
bool "berkeleydb"
|
||||||
help
|
help
|
||||||
The Berkeley database. A very common library for database
|
The Berkeley database. A very common library for database
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
http://www.sleepycat.com/products/db.shtml
|
http://www.sleepycat.com/products/db.shtml
|
||||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_BIOSDEVNAME
|
|||||||
help
|
help
|
||||||
Biosdevname is a udev helper that looks at various BIOS tables to
|
Biosdevname is a udev helper that looks at various BIOS tables to
|
||||||
figure out what the actual hardware names are for Ethernet ports
|
figure out what the actual hardware names are for Ethernet ports
|
||||||
and renames the ports accordingly. This has the advantage of
|
and renames the ports accordingly. This has the advantage of
|
||||||
always referring to the same port regardless of system or
|
always referring to the same port regardless of system or
|
||||||
hardware changes that might otherwise alter the typical ethX
|
hardware changes that might otherwise alter the typical ethX
|
||||||
naming.
|
naming.
|
||||||
|
@ -44,7 +44,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
|
|||||||
help
|
help
|
||||||
Generic Attribute Profile (GATT) support. This provides
|
Generic Attribute Profile (GATT) support. This provides
|
||||||
profile discovery and description services for Bluetooth Low
|
profile discovery and description services for Bluetooth Low
|
||||||
Energy. This will install the gatttool utility.
|
Energy. This will install the gatttool utility.
|
||||||
|
|
||||||
It is always built with BlueZ 5.x, but upstream choose not
|
It is always built with BlueZ 5.x, but upstream choose not
|
||||||
to install it by default.
|
to install it by default.
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_BOA
|
|||||||
bool "boa"
|
bool "boa"
|
||||||
depends on BR2_USE_MMU # uses fork()
|
depends on BR2_USE_MMU # uses fork()
|
||||||
help
|
help
|
||||||
A very small and very fast http daemon. Not intended as
|
A very small and very fast http daemon. Not intended as
|
||||||
a feature-packed server.
|
a feature-packed server.
|
||||||
|
|
||||||
http://www.boa.org/
|
http://www.boa.org/
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_BUSYBOX
|
|||||||
bool "BusyBox"
|
bool "BusyBox"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
The Swiss Army Knife of embedded Linux. It slices, it dices, it
|
The Swiss Army Knife of embedded Linux. It slices, it dices, it
|
||||||
makes Julian Fries.
|
makes Julian Fries.
|
||||||
|
|
||||||
http://busybox.net/
|
http://busybox.net/
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_COREUTILS
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
All of the basic file/text/shell utilities. These are the
|
All of the basic file/text/shell utilities. These are the
|
||||||
core utilities which are expected to exist on every system.
|
core utilities which are expected to exist on every system.
|
||||||
BusyBox implements many of the most common.
|
BusyBox implements many of the most common.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_CPPUNIT
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
CppUnit is the C++ port of the famous JUnit framework for
|
CppUnit is the C++ port of the famous JUnit framework for
|
||||||
unit testing. Test output is in XML or text format for
|
unit testing. Test output is in XML or text format for
|
||||||
automatic testing and GUI based for supervised tests.
|
automatic testing and GUI based for supervised tests.
|
||||||
|
|
||||||
http://www.freedesktop.org/wiki/Software/cppunit/
|
http://www.freedesktop.org/wiki/Software/cppunit/
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_DCRON
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
dcron is a time-based job scheduler with anacron-like
|
dcron is a time-based job scheduler with anacron-like
|
||||||
features. It works as a background daemon that parses
|
features. It works as a background daemon that parses
|
||||||
individual crontab files and executes commands on behalf of
|
individual crontab files and executes commands on behalf of
|
||||||
the users in question.
|
the users in question.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_DIALOG
|
|||||||
dialog - display dialog boxes from shell scripts
|
dialog - display dialog boxes from shell scripts
|
||||||
|
|
||||||
This application provides a method of displaying several different
|
This application provides a method of displaying several different
|
||||||
types of dialog boxes from shell scripts. This allows a developer
|
types of dialog boxes from shell scripts. This allows a developer
|
||||||
of a script to interact with the user in a much friendlier manner.
|
of a script to interact with the user in a much friendlier manner.
|
||||||
|
|
||||||
http://invisible-island.net/dialog/dialog.html
|
http://invisible-island.net/dialog/dialog.html
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_DNSMASQ
|
config BR2_PACKAGE_DNSMASQ
|
||||||
bool "dnsmasq"
|
bool "dnsmasq"
|
||||||
help
|
help
|
||||||
A lightweight DNS and DHCP server. It is intended to provide
|
A lightweight DNS and DHCP server. It is intended to provide
|
||||||
coupled DNS and DHCP service to a LAN.
|
coupled DNS and DHCP service to a LAN.
|
||||||
|
|
||||||
http://www.thekelleys.org.uk/dnsmasq/
|
http://www.thekelleys.org.uk/dnsmasq/
|
||||||
|
@ -6,7 +6,7 @@ config BR2_PACKAGE_E2TOOLS
|
|||||||
depends on BR2_USE_MMU # e2fsprogs
|
depends on BR2_USE_MMU # e2fsprogs
|
||||||
help
|
help
|
||||||
E2tools is a simple set of GPL'ed utilities to read, write,
|
E2tools is a simple set of GPL'ed utilities to read, write,
|
||||||
and manipulate files in an ext2/ext3 filesystem. These
|
and manipulate files in an ext2/ext3 filesystem. These
|
||||||
utilities access a filesystem directly using the ext2fs
|
utilities access a filesystem directly using the ext2fs
|
||||||
library.
|
library.
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_ED
|
config BR2_PACKAGE_ED
|
||||||
bool "ed"
|
bool "ed"
|
||||||
help
|
help
|
||||||
A line-oriented text editor. Used to create, display, modify,
|
A line-oriented text editor. Used to create, display, modify,
|
||||||
and otherwise manipulate text files. Often used in scripts
|
and otherwise manipulate text files. Often used in scripts
|
||||||
rather than invoked directly.
|
rather than invoked directly.
|
||||||
|
|
||||||
http://www.gnu.org/software/ed/
|
http://www.gnu.org/software/ed/
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_FFTW
|
|||||||
Library for computing Fast Fourier Transforms.
|
Library for computing Fast Fourier Transforms.
|
||||||
|
|
||||||
This library computes Fast Fourier Transforms (FFT) in one
|
This library computes Fast Fourier Transforms (FFT) in one
|
||||||
or more dimensions. It is extremely fast. This package
|
or more dimensions. It is extremely fast. This package
|
||||||
contains the shared library version of the fftw libraries in
|
contains the shared library version of the fftw libraries in
|
||||||
double precision.
|
double precision.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_FINDUTILS
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Basic directory searching utilities. Provides the
|
Basic directory searching utilities. Provides the
|
||||||
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
|
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
|
||||||
|
|
||||||
http://www.gnu.org/software/findutils/findutils.html
|
http://www.gnu.org/software/findutils/findutils.html
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_FLEX
|
|||||||
bool "flex"
|
bool "flex"
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
help
|
help
|
||||||
A fast lexical analyser generator. A tool for generating
|
A fast lexical analyser generator. A tool for generating
|
||||||
programs that perform pattern-matching on text.
|
programs that perform pattern-matching on text.
|
||||||
|
|
||||||
http://flex.sourceforge.net/
|
http://flex.sourceforge.net/
|
||||||
|
@ -16,7 +16,7 @@ config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
|
|||||||
Userspace libraries for Vivante GPU on i.MX6 platforms
|
Userspace libraries for Vivante GPU on i.MX6 platforms
|
||||||
|
|
||||||
It contains libraries and headers for GLES, OpenCL, and
|
It contains libraries and headers for GLES, OpenCL, and
|
||||||
OpenVG. It also contains a DRI plugin for X11. It also
|
OpenVG. It also contains a DRI plugin for X11. It also
|
||||||
contains a plugin for DirectFB-1.4.0, but that doesn't work
|
contains a plugin for DirectFB-1.4.0, but that doesn't work
|
||||||
together with buildroot's DirectFB version.
|
together with buildroot's DirectFB version.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_GAWK
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
A special-purpose programming language which is data driven
|
A special-purpose programming language which is data driven
|
||||||
rather than procedural. Allows for simple data-reformatting jobs
|
rather than procedural. Allows for simple data-reformatting jobs
|
||||||
with just a few lines of code.
|
with just a few lines of code.
|
||||||
|
|
||||||
http://www.gnu.org/software/gawk/
|
http://www.gnu.org/software/gawk/
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_GENEXT2FS
|
|||||||
bool "genext2fs"
|
bool "genext2fs"
|
||||||
help
|
help
|
||||||
genext2fs generates an ext2 filesystem as a normal (non-root)
|
genext2fs generates an ext2 filesystem as a normal (non-root)
|
||||||
user. It does not require you to mount the image file to
|
user. It does not require you to mount the image file to
|
||||||
copy files on it, nor does it require that you become the
|
copy files on it, nor does it require that you become the
|
||||||
superuser to make device nodes.
|
superuser to make device nodes.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ config BR2_PACKAGE_GOOGLE_BREAKPAD
|
|||||||
to distribute an application to users with compiler-provided
|
to distribute an application to users with compiler-provided
|
||||||
debugging information removed, record crashes in compact
|
debugging information removed, record crashes in compact
|
||||||
"minidump" files, send them back to your server, and produce
|
"minidump" files, send them back to your server, and produce
|
||||||
C and C++ stack traces from these minidumps. Breakpad can
|
C and C++ stack traces from these minidumps. Breakpad can
|
||||||
also write minidumps on request for programs that have not
|
also write minidumps on request for programs that have not
|
||||||
crashed.
|
crashed.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_GSL
|
|||||||
bool "gsl"
|
bool "gsl"
|
||||||
help
|
help
|
||||||
The GNU Scientific Library (GSL) is a numerical library for
|
The GNU Scientific Library (GSL) is a numerical library for
|
||||||
C and C++ programmers. The library provides a wide range of
|
C and C++ programmers. The library provides a wide range of
|
||||||
mathematical routines such as random number generators,
|
mathematical routines such as random number generators,
|
||||||
special functions and least-squares fitting. There are over
|
special functions and least-squares fitting. There are over
|
||||||
1000 functions in total with an extensive test suite.
|
1000 functions in total with an extensive test suite.
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_GST_FFMPEG
|
|||||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
GStreamer plugin containing one plugin with a set of elements using
|
GStreamer plugin containing one plugin with a set of elements using
|
||||||
the Libav library. It contains most popular decoders as well as
|
the Libav library. It contains most popular decoders as well as
|
||||||
colorspace conversion elements.
|
colorspace conversion elements.
|
||||||
|
|
||||||
This package is configured to use an internal copy of the Libav
|
This package is configured to use an internal copy of the Libav
|
||||||
@ -16,7 +16,7 @@ if BR2_PACKAGE_GST_FFMPEG
|
|||||||
config BR2_PACKAGE_GST_FFMPEG_GPL
|
config BR2_PACKAGE_GST_FFMPEG_GPL
|
||||||
bool "Enable GPL code"
|
bool "Enable GPL code"
|
||||||
help
|
help
|
||||||
Allow use of GPL code. The resulting libs and binaries will
|
Allow use of GPL code. The resulting libs and binaries will
|
||||||
be under GPL.
|
be under GPL.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -23,7 +23,7 @@ config BR2_PACKAGE_GSTREAMER1_TRACE
|
|||||||
bool "enable tracing subsystem"
|
bool "enable tracing subsystem"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable the tracing subsystem within gstreamer. This may increase CPU
|
Enable the tracing subsystem within gstreamer. This may increase CPU
|
||||||
overhead by a small amount.
|
overhead by a small amount.
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER1_GST_DEBUG
|
config BR2_PACKAGE_GSTREAMER1_GST_DEBUG
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_GZIP
|
|||||||
bool "gzip"
|
bool "gzip"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Standard GNU compressor. Provides things like gzip,
|
Standard GNU compressor. Provides things like gzip,
|
||||||
gunzip, gzcat, etc...
|
gunzip, gzcat, etc...
|
||||||
|
|
||||||
http://www.gnu.org/software/gzip/gzip.html
|
http://www.gnu.org/software/gzip/gzip.html
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_IPROUTE2
|
|||||||
bool "iproute2"
|
bool "iproute2"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Kernel routing and traffic control utilities. Provides things
|
Kernel routing and traffic control utilities. Provides things
|
||||||
like ip and tc.
|
like ip and tc.
|
||||||
|
|
||||||
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
||||||
|
@ -15,7 +15,7 @@ config BR2_PACKAGE_JACK2
|
|||||||
|
|
||||||
JACK is a low-latency sound server, allowing multiple
|
JACK is a low-latency sound server, allowing multiple
|
||||||
applications to connect to one audio device, and to share
|
applications to connect to one audio device, and to share
|
||||||
audio between themselves. This package contains the daemon
|
audio between themselves. This package contains the daemon
|
||||||
jackd as well as some example clients.
|
jackd as well as some example clients.
|
||||||
|
|
||||||
http://jackaudio.org/
|
http://jackaudio.org/
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_JIMTCL
|
|||||||
bool "jimtcl"
|
bool "jimtcl"
|
||||||
help
|
help
|
||||||
Jim Tcl is a small footprint reimplementation of the Tcl
|
Jim Tcl is a small footprint reimplementation of the Tcl
|
||||||
scripting language. The core language engine is compatible
|
scripting language. The core language engine is compatible
|
||||||
with Tcl 8.5+, while implementing a significant subset of
|
with Tcl 8.5+, while implementing a significant subset of
|
||||||
the Tcl 8.6 command set, plus additional features available
|
the Tcl 8.6 command set, plus additional features available
|
||||||
only in Jim Tcl.
|
only in Jim Tcl.
|
||||||
|
@ -6,7 +6,7 @@ config BR2_PACKAGE_JOE
|
|||||||
|
|
||||||
JOE is an easy-to-use, full featured terminal-based screen editor.
|
JOE is an easy-to-use, full featured terminal-based screen editor.
|
||||||
Its behavior is a blending of WordStar and GNU-EMACS (but it does
|
Its behavior is a blending of WordStar and GNU-EMACS (but it does
|
||||||
not use code from either program). It is a great editor for new
|
not use code from either program). It is a great editor for new
|
||||||
users or as an alternative to vi.
|
users or as an alternative to vi.
|
||||||
|
|
||||||
http://joe-editor.sf.net
|
http://joe-editor.sf.net
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_JSONCPP
|
|||||||
help
|
help
|
||||||
JsonCpp is a C++ library that allows manipulating JSON
|
JsonCpp is a C++ library that allows manipulating JSON
|
||||||
values, including serialization and deserialization to and
|
values, including serialization and deserialization to and
|
||||||
from strings. It can also preserve existing comment in
|
from strings. It can also preserve existing comment in
|
||||||
unserialization/serialization steps, making it a convenient
|
unserialization/serialization steps, making it a convenient
|
||||||
format to store user input files.
|
format to store user input files.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBASSUAN
|
|||||||
Assuan protocol.
|
Assuan protocol.
|
||||||
|
|
||||||
This protocol is used for IPC between most newer GnuPG
|
This protocol is used for IPC between most newer GnuPG
|
||||||
components. Both, server and client side functions are
|
components. Both, server and client side functions are
|
||||||
provided.
|
provided.
|
||||||
|
|
||||||
http://www.gnupg.org/related_software/libassuan/
|
http://www.gnupg.org/related_software/libassuan/
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBEXIF
|
|||||||
help
|
help
|
||||||
Most digital cameras produce EXIF files, which are JPEG
|
Most digital cameras produce EXIF files, which are JPEG
|
||||||
files with extra tags that contain information about the
|
files with extra tags that contain information about the
|
||||||
image. The EXIF library allows you to parse an EXIF file
|
image. The EXIF library allows you to parse an EXIF file
|
||||||
and read the data from those tags.
|
and read the data from those tags.
|
||||||
|
|
||||||
http://libexif.sf.net
|
http://libexif.sf.net
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBMAD
|
config BR2_PACKAGE_LIBMAD
|
||||||
bool "libmad"
|
bool "libmad"
|
||||||
help
|
help
|
||||||
High-quality MPEG audio decoder. All computations are performed
|
High-quality MPEG audio decoder. All computations are performed
|
||||||
with fixed-point integer arithmetic, making it ideal for systems
|
with fixed-point integer arithmetic, making it ideal for systems
|
||||||
without a floating-point unit.
|
without a floating-point unit.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBSHOUT
|
|||||||
select BR2_PACKAGE_LIBVORBIS
|
select BR2_PACKAGE_LIBVORBIS
|
||||||
help
|
help
|
||||||
Libshout is a library for communicating with and sending data to an
|
Libshout is a library for communicating with and sending data to an
|
||||||
icecast server. It handles the socket connection, the timing of the
|
icecast server. It handles the socket connection, the timing of the
|
||||||
data, and prevents bad data from getting to the icecast server.
|
data, and prevents bad data from getting to the icecast server.
|
||||||
|
|
||||||
http://icecast.org/download/
|
http://icecast.org/download/
|
||||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_LTRIS
|
|||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
help
|
help
|
||||||
LTris is a tetris clone, using SDL. It optionally requires
|
LTris is a tetris clone, using SDL. It optionally requires
|
||||||
SDL_mixer for audio support. A display with minimum 640x480
|
SDL_mixer for audio support. A display with minimum 640x480
|
||||||
resolution and a keyboard are recommended.
|
resolution and a keyboard are recommended.
|
||||||
|
|
||||||
http://lgames.sourceforge.net/index.php?project=LTris
|
http://lgames.sourceforge.net/index.php?project=LTris
|
||||||
|
@ -39,7 +39,7 @@ config BR2_PACKAGE_LUA_32BITS
|
|||||||
default y if !BR2_ARCH_IS_64
|
default y if !BR2_ARCH_IS_64
|
||||||
help
|
help
|
||||||
Use a 32 bit data type for numbers / integers instead of the
|
Use a 32 bit data type for numbers / integers instead of the
|
||||||
default 64 bit type. This option is particularly attractive
|
default 64 bit type. This option is particularly attractive
|
||||||
for small machines and embedded systems.
|
for small machines and embedded systems.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -133,7 +133,7 @@ config BR2_PACKAGE_MESA3D_OPENGL_ES
|
|||||||
bool "OpenGL ES"
|
bool "OpenGL ES"
|
||||||
select BR2_PACKAGE_HAS_LIBGLES
|
select BR2_PACKAGE_HAS_LIBGLES
|
||||||
help
|
help
|
||||||
Use the Khronos OpenGL ES APIs. This is commonly used on embedded
|
Use the Khronos OpenGL ES APIs. This is commonly used on embedded
|
||||||
systems and represents a subset of the OpenGL API.
|
systems and represents a subset of the OpenGL API.
|
||||||
|
|
||||||
endif # BR2_PACKAGE_MESA3D_DRIVER
|
endif # BR2_PACKAGE_MESA3D_DRIVER
|
||||||
|
@ -266,7 +266,7 @@ config BR2_PACKAGE_MPD_NEIGHBOR_DISCOVERY_SUPPORT
|
|||||||
This option can be used in conjunction with the smbclient
|
This option can be used in conjunction with the smbclient
|
||||||
plugin to provide a list of SMB/CIFS servers or with the
|
plugin to provide a list of SMB/CIFS servers or with the
|
||||||
UPnP plugin to provide a list of UPnP servers on the local
|
UPnP plugin to provide a list of UPnP servers on the local
|
||||||
network. The neighbor plugin needs configuration in
|
network. The neighbor plugin needs configuration in
|
||||||
mpd.conf. For further information take a look at the MPD
|
mpd.conf. For further information take a look at the MPD
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_MPG123
|
|||||||
bool "mpg123"
|
bool "mpg123"
|
||||||
depends on BR2_USE_MMU # fork - in the application
|
depends on BR2_USE_MMU # fork - in the application
|
||||||
help
|
help
|
||||||
Fast, free and portable MPEG audio player for Unix. It supports
|
Fast, free and portable MPEG audio player for Unix. It supports
|
||||||
MPEG 1.0/2.0 layers 1, 2 and 3.
|
MPEG 1.0/2.0 layers 1, 2 and 3.
|
||||||
|
|
||||||
http://www.mpg123.de/
|
http://www.mpg123.de/
|
||||||
|
@ -13,7 +13,7 @@ config BR2_PACKAGE_NGINX_FILE_AIO
|
|||||||
bool "file AIO support"
|
bool "file AIO support"
|
||||||
# Does not build, because nginx hardcodes using SYS_eventfd,
|
# Does not build, because nginx hardcodes using SYS_eventfd,
|
||||||
# but it's available on neither AArch64 nor ARC where only
|
# but it's available on neither AArch64 nor ARC where only
|
||||||
# eventfd() is available. See
|
# eventfd() is available. See
|
||||||
# https://bugs.launchpad.net/linaro-aarch64/+bug/1160013
|
# https://bugs.launchpad.net/linaro-aarch64/+bug/1160013
|
||||||
depends on !BR2_aarch64
|
depends on !BR2_aarch64
|
||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
|
@ -58,7 +58,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL
|
|||||||
help
|
help
|
||||||
List of space-separated nodejs modules to install via npm.
|
List of space-separated nodejs modules to install via npm.
|
||||||
See https://npmjs.org/ to find modules and 'npm help install'
|
See https://npmjs.org/ to find modules and 'npm help install'
|
||||||
for available installation methods. For repeatable builds,
|
for available installation methods. For repeatable builds,
|
||||||
download and save tgz files or clone git repos for the
|
download and save tgz files or clone git repos for the
|
||||||
components you care about.
|
components you care about.
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS
|
|||||||
string "Additional module dependencies"
|
string "Additional module dependencies"
|
||||||
help
|
help
|
||||||
List of space-separated buildroot recipes which must be built before
|
List of space-separated buildroot recipes which must be built before
|
||||||
your npms can be installed. For example, if in 'Additional modules'
|
your npms can be installed. For example, if in 'Additional modules'
|
||||||
you specified 'node-curl' (see:
|
you specified 'node-curl' (see:
|
||||||
https://github.com/jiangmiao/node-curl), you could then specify
|
https://github.com/jiangmiao/node-curl), you could then specify
|
||||||
'libcurl' here, to ensure that buildroot builds the libcurl package,
|
'libcurl' here, to ensure that buildroot builds the libcurl package,
|
||||||
|
@ -5,6 +5,6 @@ config BR2_PACKAGE_OPENSSH
|
|||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
A free version of the SSH protocol suite of network connectivity
|
A free version of the SSH protocol suite of network connectivity
|
||||||
tools. The standard 'ssh', 'sshd', 'scp', and friends.
|
tools. The standard 'ssh', 'sshd', 'scp', and friends.
|
||||||
|
|
||||||
http://www.openssh.com/
|
http://www.openssh.com/
|
||||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_POLKIT
|
|||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
PolicyKit is a toolkit for defining and handling
|
PolicyKit is a toolkit for defining and handling
|
||||||
authorizations. It is used for allowing unprivileged
|
authorizations. It is used for allowing unprivileged
|
||||||
processes to speak to privileged processes.
|
processes to speak to privileged processes.
|
||||||
|
|
||||||
http://www.freedesktop.org/wiki/Software/polkit
|
http://www.freedesktop.org/wiki/Software/polkit
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_PYTHON_CFFI
|
|||||||
select BR2_PACKAGE_LIBFFI
|
select BR2_PACKAGE_LIBFFI
|
||||||
help
|
help
|
||||||
This is the Foreign Function Interface for Python calling C
|
This is the Foreign Function Interface for Python calling C
|
||||||
code. The aim of this project is to provide a convenient
|
code. The aim of this project is to provide a convenient
|
||||||
and reliable way of calling C code from Python.
|
and reliable way of calling C code from Python.
|
||||||
|
|
||||||
https://pypi.python.org/pypi/cffi
|
https://pypi.python.org/pypi/cffi
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PYTHON_DOCOPT
|
|||||||
bool "python-docopt"
|
bool "python-docopt"
|
||||||
help
|
help
|
||||||
docopt helps you create most beautiful command-line
|
docopt helps you create most beautiful command-line
|
||||||
interfaces easily. The option parser is generated based on
|
interfaces easily. The option parser is generated based on
|
||||||
the beautiful help message that you write yourself. This way
|
the beautiful help message that you write yourself. This way
|
||||||
you don't need to write this stupid repeatable parser-code,
|
you don't need to write this stupid repeatable parser-code,
|
||||||
and instead can write only the help message-- the way you
|
and instead can write only the help message-- the way you
|
||||||
|
@ -6,7 +6,7 @@ config BR2_PACKAGE_QLIBC
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
qLibc is currently one of the most functionally complete
|
qLibc is currently one of the most functionally complete
|
||||||
public licensed C/C++ libraries. The C/C++ library which
|
public licensed C/C++ libraries. The C/C++ library which
|
||||||
includes all kinds of containers and general library
|
includes all kinds of containers and general library
|
||||||
routines. It provides ready-made set of common container
|
routines. It provides ready-made set of common container
|
||||||
APIs with consistant API look.
|
APIs with consistant API look.
|
||||||
|
@ -2,10 +2,10 @@ config BR2_PACKAGE_READ_EDID
|
|||||||
bool "read-edid"
|
bool "read-edid"
|
||||||
help
|
help
|
||||||
Read-edid is a pair of tools for reading the EDID from a
|
Read-edid is a pair of tools for reading the EDID from a
|
||||||
monitor. It should work with most monitors made since 1996
|
monitor. It should work with most monitors made since 1996
|
||||||
(except for newer ones with 256-byte EDID's - WiP), assuming
|
(except for newer ones with 256-byte EDID's - WiP), assuming
|
||||||
the video card supports the standard read commands (most
|
the video card supports the standard read commands (most
|
||||||
do). Read-edid is a set of two tools - get-edid, which gets
|
do). Read-edid is a set of two tools - get-edid, which gets
|
||||||
the raw edid information from the monitor, and parse-edid,
|
the raw edid information from the monitor, and parse-edid,
|
||||||
which turns the raw binary information into an
|
which turns the raw binary information into an
|
||||||
XF86Config-compatible monitor section.
|
XF86Config-compatible monitor section.
|
||||||
|
@ -3,9 +3,9 @@ config BR2_PACKAGE_RP_PPPOE
|
|||||||
depends on BR2_PACKAGE_PPPD
|
depends on BR2_PACKAGE_PPPD
|
||||||
help
|
help
|
||||||
An implementation of the Point-to-point protocol over Ethernet.
|
An implementation of the Point-to-point protocol over Ethernet.
|
||||||
Has userspace client and server deamons. You likely only need
|
Has userspace client and server deamons. You likely only need
|
||||||
this package if you are implementing the pppoe server that will
|
this package if you are implementing the pppoe server that will
|
||||||
service other pppoe client devices. Otherwise the normal client
|
service other pppoe client devices. Otherwise the normal client
|
||||||
functionality already exists in the pppd package (and kernel).
|
functionality already exists in the pppd package (and kernel).
|
||||||
|
|
||||||
http://www.roaringpenguin.com/pppoe.html
|
http://www.roaringpenguin.com/pppoe.html
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_RSH_REDONE
|
|||||||
bool "rsh-redone"
|
bool "rsh-redone"
|
||||||
help
|
help
|
||||||
Rsh-redone is a reimplementation of the remote shell clients and
|
Rsh-redone is a reimplementation of the remote shell clients and
|
||||||
servers. It is written from the ground up to avoid the bugs found
|
servers. It is written from the ground up to avoid the bugs found
|
||||||
in the standard clients and servers. It also fully supports IPv6.
|
in the standard clients and servers. It also fully supports IPv6.
|
||||||
|
|
||||||
http://packages.debian.org/source/sid/rsh-redone
|
http://packages.debian.org/source/sid/rsh-redone
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ config BR2_PACKAGE_SISPMCTL
|
|||||||
help
|
help
|
||||||
sispmctl is an application enabling the use of the GEMBIRD
|
sispmctl is an application enabling the use of the GEMBIRD
|
||||||
SiS-PM and mSiS(sispm) USB-controlled power-outlet device
|
SiS-PM and mSiS(sispm) USB-controlled power-outlet device
|
||||||
under Linux. Note that the device is also sold under
|
under Linux. Note that the device is also sold under
|
||||||
different Names, i.e. as "IntelliPlug" in Germany.
|
different Names, i.e. as "IntelliPlug" in Germany.
|
||||||
|
|
||||||
http://sispmctl.sourceforge.net/
|
http://sispmctl.sourceforge.net/
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_SMCROUTE
|
|||||||
help
|
help
|
||||||
SMCRoute is a command line tool to manipulate the multicast
|
SMCRoute is a command line tool to manipulate the multicast
|
||||||
routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast
|
routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast
|
||||||
routing. SMCRoute can be used as an alternative to dynamic
|
routing. SMCRoute can be used as an alternative to dynamic
|
||||||
multicast routers like mrouted or pimd in setups where static
|
multicast routers like mrouted or pimd in setups where static
|
||||||
multicast routes should be maintained and/or no proper IGMP or
|
multicast routes should be maintained and/or no proper IGMP or
|
||||||
MLD signaling exists.
|
MLD signaling exists.
|
||||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_SQLCIPHER
|
|||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
SQLCipher is an SQLite extension that provides 256 bits AES
|
SQLCipher is an SQLite extension that provides 256 bits AES
|
||||||
encryption of database files. Note that it is a fork of SQLite
|
encryption of database files. Note that it is a fork of SQLite
|
||||||
and they cannot be installed side-by-side.
|
and they cannot be installed side-by-side.
|
||||||
|
|
||||||
http://sqlcipher.net
|
http://sqlcipher.net
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_SUDO
|
|||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
Sudo is a program designed to allow a sysadmin to give
|
Sudo is a program designed to allow a sysadmin to give
|
||||||
limited root privileges to users and log root activity. The
|
limited root privileges to users and log root activity. The
|
||||||
basic philosophy is to give as few privileges as possible
|
basic philosophy is to give as few privileges as possible
|
||||||
but still allow people to get their work done.
|
but still allow people to get their work done.
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ choice
|
|||||||
prompt "Version"
|
prompt "Version"
|
||||||
default BR2_PACKAGE_SUNXI_MALI_R3P0
|
default BR2_PACKAGE_SUNXI_MALI_R3P0
|
||||||
help
|
help
|
||||||
Select the version of the kernel module. For the sunxi-kernel, the
|
Select the version of the kernel module. For the sunxi-kernel, the
|
||||||
appropriate version number is r3p0. For other kernels, use the maliver
|
appropriate version number is r3p0. For other kernels, use the maliver
|
||||||
application to determine the appropriate version.
|
application to determine the appropriate version.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ config BR2_PACKAGE_SZIP
|
|||||||
standards for space applications[1,6,7]. Szip is reported to
|
standards for space applications[1,6,7]. Szip is reported to
|
||||||
provide fast and effective compression, specifically for the
|
provide fast and effective compression, specifically for the
|
||||||
EOS data generated by the NASA Earth Observatory System
|
EOS data generated by the NASA Earth Observatory System
|
||||||
(EOS)[1]. It was originally developed at University of New
|
(EOS)[1]. It was originally developed at University of New
|
||||||
Mexico (UNM) and integrated with HDF4 by UNM researchers and
|
Mexico (UNM) and integrated with HDF4 by UNM researchers and
|
||||||
developers.
|
developers.
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ if BR2_PACKAGE_XENOMAI
|
|||||||
config BR2_PACKAGE_XENOMAI_VERSION
|
config BR2_PACKAGE_XENOMAI_VERSION
|
||||||
string "Custom Xenomai version"
|
string "Custom Xenomai version"
|
||||||
help
|
help
|
||||||
Manually select Xenomai version. If left empty, the default
|
Manually select Xenomai version. If left empty, the default
|
||||||
version will be used.
|
version will be used.
|
||||||
|
|
||||||
Make sure that the selected version has a patch for your
|
Make sure that the selected version has a patch for your
|
||||||
|
@ -15,7 +15,7 @@ config BR2_PACKAGE_ZEROMQ
|
|||||||
sockets that carry whole messages across various transports
|
sockets that carry whole messages across various transports
|
||||||
like in-process, inter- process, TCP, and multicast. You can
|
like in-process, inter- process, TCP, and multicast. You can
|
||||||
connect sockets N-to-N with patterns like fanout, pub-sub,
|
connect sockets N-to-N with patterns like fanout, pub-sub,
|
||||||
task distribution, and request-reply. It's fast enough to
|
task distribution, and request-reply. It's fast enough to
|
||||||
be the fabric for clustered products. Its asynchronous I/O
|
be the fabric for clustered products. Its asynchronous I/O
|
||||||
model gives you scalable multicore applications, built as
|
model gives you scalable multicore applications, built as
|
||||||
asynchronous message-processing tasks. It has a score of
|
asynchronous message-processing tasks. It has a score of
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_ZLIB
|
config BR2_PACKAGE_ZLIB
|
||||||
bool "zlib"
|
bool "zlib"
|
||||||
help
|
help
|
||||||
Standard (de)compression library. Used by things like
|
Standard (de)compression library. Used by things like
|
||||||
gzip and libpng.
|
gzip and libpng.
|
||||||
|
|
||||||
http://www.gzip.org/zlib/
|
http://www.gzip.org/zlib/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user