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
package
berkeleydb
biosdevname
bluez5_utils
boa
busybox
coreutils
cppunit
dcron
dialog
dnsmasq
e2tools
ed
fftw
findutils
flex
freescale-imx/gpu-viv-bin-mx6q
gawk
genext2fs
google-breakpad
gsl
gstreamer/gst-ffmpeg
gstreamer1/gstreamer1
gzip
iproute2
jack2
jimtcl
joe
jsoncpp
libassuan
libexif
libmad
libshout
ltris
lua
mesa3d
mpd
mpg123
nginx
nodejs
openssh
polkit
python-cffi
python-docopt
qlibc
read-edid
rp-pppoe
rsh-redone
sispmctl
smcroute
sqlcipher
sudo
sunxi-mali
szip
xenomai
zeromq
zlib
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_BERKELEYDB
|
||||
bool "berkeleydb"
|
||||
help
|
||||
The Berkeley database. A very common library for database
|
||||
The Berkeley database. A very common library for database
|
||||
applications.
|
||||
|
||||
http://www.sleepycat.com/products/db.shtml
|
||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_BIOSDEVNAME
|
||||
help
|
||||
Biosdevname is a udev helper that looks at various BIOS tables to
|
||||
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
|
||||
hardware changes that might otherwise alter the typical ethX
|
||||
naming.
|
||||
|
@ -44,7 +44,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
|
||||
help
|
||||
Generic Attribute Profile (GATT) support. This provides
|
||||
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
|
||||
to install it by default.
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_BOA
|
||||
bool "boa"
|
||||
depends on BR2_USE_MMU # uses fork()
|
||||
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.
|
||||
|
||||
http://www.boa.org/
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_BUSYBOX
|
||||
bool "BusyBox"
|
||||
default y
|
||||
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.
|
||||
|
||||
http://busybox.net/
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_COREUTILS
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # fork()
|
||||
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.
|
||||
BusyBox implements many of the most common.
|
||||
|
||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_CPPUNIT
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
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.
|
||||
|
||||
http://www.freedesktop.org/wiki/Software/cppunit/
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_DCRON
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
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
|
||||
the users in question.
|
||||
|
||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_DIALOG
|
||||
dialog - display dialog boxes from shell scripts
|
||||
|
||||
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.
|
||||
|
||||
http://invisible-island.net/dialog/dialog.html
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_DNSMASQ
|
||||
bool "dnsmasq"
|
||||
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.
|
||||
|
||||
http://www.thekelleys.org.uk/dnsmasq/
|
||||
|
@ -6,7 +6,7 @@ config BR2_PACKAGE_E2TOOLS
|
||||
depends on BR2_USE_MMU # e2fsprogs
|
||||
help
|
||||
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
|
||||
library.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_ED
|
||||
bool "ed"
|
||||
help
|
||||
A line-oriented text editor. Used to create, display, modify,
|
||||
and otherwise manipulate text files. Often used in scripts
|
||||
A line-oriented text editor. Used to create, display, modify,
|
||||
and otherwise manipulate text files. Often used in scripts
|
||||
rather than invoked directly.
|
||||
|
||||
http://www.gnu.org/software/ed/
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_FFTW
|
||||
Library for computing Fast Fourier Transforms.
|
||||
|
||||
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
|
||||
double precision.
|
||||
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_FINDUTILS
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Basic directory searching utilities. Provides the
|
||||
Basic directory searching utilities. Provides the
|
||||
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
|
||||
|
||||
http://www.gnu.org/software/findutils/findutils.html
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_FLEX
|
||||
bool "flex"
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
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.
|
||||
|
||||
http://flex.sourceforge.net/
|
||||
|
@ -16,7 +16,7 @@ config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
|
||||
Userspace libraries for Vivante GPU on i.MX6 platforms
|
||||
|
||||
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
|
||||
together with buildroot's DirectFB version.
|
||||
|
||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_GAWK
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
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.
|
||||
|
||||
http://www.gnu.org/software/gawk/
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_GENEXT2FS
|
||||
bool "genext2fs"
|
||||
help
|
||||
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
|
||||
superuser to make device nodes.
|
||||
|
||||
|
@ -13,7 +13,7 @@ config BR2_PACKAGE_GOOGLE_BREAKPAD
|
||||
to distribute an application to users with compiler-provided
|
||||
debugging information removed, record crashes in compact
|
||||
"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
|
||||
crashed.
|
||||
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_GSL
|
||||
bool "gsl"
|
||||
help
|
||||
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,
|
||||
special functions and least-squares fitting. There are over
|
||||
1000 functions in total with an extensive test suite.
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_GST_FFMPEG
|
||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||
help
|
||||
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.
|
||||
|
||||
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
|
||||
bool "Enable GPL code"
|
||||
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.
|
||||
|
||||
endif
|
||||
|
@ -23,7 +23,7 @@ config BR2_PACKAGE_GSTREAMER1_TRACE
|
||||
bool "enable tracing subsystem"
|
||||
default y
|
||||
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.
|
||||
|
||||
config BR2_PACKAGE_GSTREAMER1_GST_DEBUG
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_GZIP
|
||||
bool "gzip"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Standard GNU compressor. Provides things like gzip,
|
||||
Standard GNU compressor. Provides things like gzip,
|
||||
gunzip, gzcat, etc...
|
||||
|
||||
http://www.gnu.org/software/gzip/gzip.html
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_IPROUTE2
|
||||
bool "iproute2"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Kernel routing and traffic control utilities. Provides things
|
||||
Kernel routing and traffic control utilities. Provides things
|
||||
like ip and tc.
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
http://jackaudio.org/
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_JIMTCL
|
||||
bool "jimtcl"
|
||||
help
|
||||
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
|
||||
the Tcl 8.6 command set, plus additional features available
|
||||
only in Jim Tcl.
|
||||
|
@ -6,7 +6,7 @@ config BR2_PACKAGE_JOE
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
http://joe-editor.sf.net
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_JSONCPP
|
||||
help
|
||||
JsonCpp is a C++ library that allows manipulating JSON
|
||||
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
|
||||
format to store user input files.
|
||||
|
||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBASSUAN
|
||||
Assuan protocol.
|
||||
|
||||
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.
|
||||
|
||||
http://www.gnupg.org/related_software/libassuan/
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBEXIF
|
||||
help
|
||||
Most digital cameras produce EXIF files, which are JPEG
|
||||
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.
|
||||
|
||||
http://libexif.sf.net
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_LIBMAD
|
||||
bool "libmad"
|
||||
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
|
||||
without a floating-point unit.
|
||||
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBSHOUT
|
||||
select BR2_PACKAGE_LIBVORBIS
|
||||
help
|
||||
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.
|
||||
|
||||
http://icecast.org/download/
|
||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_LTRIS
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
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.
|
||||
|
||||
http://lgames.sourceforge.net/index.php?project=LTris
|
||||
|
@ -39,7 +39,7 @@ config BR2_PACKAGE_LUA_32BITS
|
||||
default y if !BR2_ARCH_IS_64
|
||||
help
|
||||
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.
|
||||
|
||||
endif
|
||||
|
@ -133,7 +133,7 @@ config BR2_PACKAGE_MESA3D_OPENGL_ES
|
||||
bool "OpenGL ES"
|
||||
select BR2_PACKAGE_HAS_LIBGLES
|
||||
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.
|
||||
|
||||
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
|
||||
plugin to provide a list of SMB/CIFS servers or with the
|
||||
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
|
||||
documentation.
|
||||
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_MPG123
|
||||
bool "mpg123"
|
||||
depends on BR2_USE_MMU # fork - in the application
|
||||
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.
|
||||
|
||||
http://www.mpg123.de/
|
||||
|
@ -13,7 +13,7 @@ config BR2_PACKAGE_NGINX_FILE_AIO
|
||||
bool "file AIO support"
|
||||
# Does not build, because nginx hardcodes using SYS_eventfd,
|
||||
# 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
|
||||
depends on !BR2_aarch64
|
||||
depends on !BR2_arc
|
||||
|
@ -58,7 +58,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL
|
||||
help
|
||||
List of space-separated nodejs modules to install via npm.
|
||||
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
|
||||
components you care about.
|
||||
|
||||
@ -72,7 +72,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS
|
||||
string "Additional module dependencies"
|
||||
help
|
||||
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:
|
||||
https://github.com/jiangmiao/node-curl), you could then specify
|
||||
'libcurl' here, to ensure that buildroot builds the libcurl package,
|
||||
|
@ -5,6 +5,6 @@ config BR2_PACKAGE_OPENSSH
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
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/
|
||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_POLKIT
|
||||
select BR2_PACKAGE_EXPAT
|
||||
help
|
||||
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.
|
||||
|
||||
http://www.freedesktop.org/wiki/Software/polkit
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_PYTHON_CFFI
|
||||
select BR2_PACKAGE_LIBFFI
|
||||
help
|
||||
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.
|
||||
|
||||
https://pypi.python.org/pypi/cffi
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PYTHON_DOCOPT
|
||||
bool "python-docopt"
|
||||
help
|
||||
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
|
||||
you don't need to write this stupid repeatable parser-code,
|
||||
and instead can write only the help message-- the way you
|
||||
|
@ -6,7 +6,7 @@ config BR2_PACKAGE_QLIBC
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
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
|
||||
routines. It provides ready-made set of common container
|
||||
APIs with consistant API look.
|
||||
|
@ -2,10 +2,10 @@ config BR2_PACKAGE_READ_EDID
|
||||
bool "read-edid"
|
||||
help
|
||||
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
|
||||
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,
|
||||
which turns the raw binary information into an
|
||||
XF86Config-compatible monitor section.
|
||||
|
@ -3,9 +3,9 @@ config BR2_PACKAGE_RP_PPPOE
|
||||
depends on BR2_PACKAGE_PPPD
|
||||
help
|
||||
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
|
||||
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).
|
||||
|
||||
http://www.roaringpenguin.com/pppoe.html
|
||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_RSH_REDONE
|
||||
bool "rsh-redone"
|
||||
help
|
||||
Rsh-redone is a reimplementation of the remote shell clients and
|
||||
servers. It is written from the ground up to avoid the bugs found
|
||||
in the standard clients and servers. It also fully supports IPv6.
|
||||
servers. It is written from the ground up to avoid the bugs found
|
||||
in the standard clients and servers. It also fully supports IPv6.
|
||||
|
||||
http://packages.debian.org/source/sid/rsh-redone
|
||||
|
||||
|
@ -8,7 +8,7 @@ config BR2_PACKAGE_SISPMCTL
|
||||
help
|
||||
sispmctl is an application enabling the use of the GEMBIRD
|
||||
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.
|
||||
|
||||
http://sispmctl.sourceforge.net/
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_SMCROUTE
|
||||
help
|
||||
SMCRoute is a command line tool to manipulate the 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 routes should be maintained and/or no proper IGMP or
|
||||
MLD signaling exists.
|
||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_SQLCIPHER
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
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.
|
||||
|
||||
http://sqlcipher.net
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_SUDO
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
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
|
||||
but still allow people to get their work done.
|
||||
|
||||
|
@ -34,7 +34,7 @@ choice
|
||||
prompt "Version"
|
||||
default BR2_PACKAGE_SUNXI_MALI_R3P0
|
||||
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
|
||||
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
|
||||
provide fast and effective compression, specifically for the
|
||||
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
|
||||
developers.
|
||||
|
||||
|
@ -36,7 +36,7 @@ if BR2_PACKAGE_XENOMAI
|
||||
config BR2_PACKAGE_XENOMAI_VERSION
|
||||
string "Custom Xenomai version"
|
||||
help
|
||||
Manually select Xenomai version. If left empty, the default
|
||||
Manually select Xenomai version. If left empty, the default
|
||||
version will be used.
|
||||
|
||||
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
|
||||
like in-process, inter- process, TCP, and multicast. You can
|
||||
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
|
||||
model gives you scalable multicore applications, built as
|
||||
asynchronous message-processing tasks. It has a score of
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_ZLIB
|
||||
bool "zlib"
|
||||
help
|
||||
Standard (de)compression library. Used by things like
|
||||
Standard (de)compression library. Used by things like
|
||||
gzip and libpng.
|
||||
|
||||
http://www.gzip.org/zlib/
|
||||
|
Loading…
Reference in New Issue
Block a user