mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/*/Config.in: fix help text check-package warnings
This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
20cdd43314
commit
2277fdeca8
@ -3,9 +3,10 @@ config BR2_PACKAGE_DASH
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
help
|
help
|
||||||
DASH is a POSIX-compliant implementation of /bin/sh that aims to be
|
DASH is a POSIX-compliant implementation of /bin/sh that
|
||||||
as small as possible. It does this without sacrificing speed where
|
aims to be as small as possible. It does this without
|
||||||
possible. In fact, it is significantly faster than bash (the GNU
|
sacrificing speed where possible. In fact, it is
|
||||||
Bourne-Again SHell) for most tasks.
|
significantly faster than bash (the GNU Bourne-Again SHell)
|
||||||
|
for most tasks.
|
||||||
|
|
||||||
http://gondor.apana.org.au/~herbert/dash
|
http://gondor.apana.org.au/~herbert/dash
|
||||||
|
@ -7,9 +7,9 @@ config BR2_PACKAGE_IMX_LIB
|
|||||||
depends on BR2_arm # Only relevant for i.MX
|
depends on BR2_arm # Only relevant for i.MX
|
||||||
help
|
help
|
||||||
Library of userspace helpers specific for the Freescale i.MX
|
Library of userspace helpers specific for the Freescale i.MX
|
||||||
platform. It wraps the kernel interfaces for some i.MX platform
|
platform. It wraps the kernel interfaces for some i.MX
|
||||||
specific drivers. It requires a kernel that includes the i.MX
|
platform specific drivers. It requires a kernel that
|
||||||
specific headers to be built.
|
includes the i.MX specific headers to be built.
|
||||||
|
|
||||||
This library is provided by Freescale as-is and doesn't have
|
This library is provided by Freescale as-is and doesn't have
|
||||||
an upstream.
|
an upstream.
|
||||||
|
@ -13,7 +13,8 @@ config BR2_PACKAGE_IMX_VPUWRAP
|
|||||||
depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
|
depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
|
||||||
select BR2_PACKAGE_IMX_VPU
|
select BR2_PACKAGE_IMX_VPU
|
||||||
help
|
help
|
||||||
Wrapper library for the vpu library, giving it a different API.
|
Wrapper library for the vpu library, giving it a different
|
||||||
|
API.
|
||||||
|
|
||||||
This library is provided by NXP as-is and doesn't have
|
This library is provided by NXP as-is and doesn't have
|
||||||
an upstream.
|
an upstream.
|
||||||
|
@ -7,9 +7,9 @@ config BR2_PACKAGE_KERNEL_MODULE_IMX_GPU_VIV
|
|||||||
help
|
help
|
||||||
Kernel loadable module for Vivante GPU.
|
Kernel loadable module for Vivante GPU.
|
||||||
|
|
||||||
This package uses an exact copy of the GPU kernel driver source code
|
This package uses an exact copy of the GPU kernel driver
|
||||||
of the same version as base and include fixes and improvements
|
source code of the same version as base and include fixes
|
||||||
developed by FSL Community.
|
and improvements developed by FSL Community.
|
||||||
|
|
||||||
This module is only meant for NXP-based kernel up to 4.1.x.
|
This module is only meant for NXP-based kernel up to 4.1.x.
|
||||||
|
|
||||||
|
@ -3,8 +3,9 @@ config BR2_PACKAGE_LIBZ160
|
|||||||
depends on BR2_ARM_EABI
|
depends on BR2_ARM_EABI
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||||
help
|
help
|
||||||
An API for user space programs to perform 2D accelerated graphics
|
An API for user space programs to perform 2D accelerated
|
||||||
operations on AMD GPU (included for examples in iMX5x chipsets)
|
graphics operations on AMD GPU (included for examples in
|
||||||
|
iMX5x chipsets)
|
||||||
|
|
||||||
comment "libz160 needs an EABI toolchain w/ glibc"
|
comment "libz160 needs an EABI toolchain w/ glibc"
|
||||||
depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC
|
depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC
|
||||||
|
@ -7,12 +7,12 @@ config BR2_PACKAGE_GST_FFMPEG
|
|||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_sh
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_sh
|
||||||
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
|
||||||
the Libav library. It contains most popular decoders as well as
|
elements using the Libav library. It contains most popular
|
||||||
colorspace conversion elements.
|
decoders as well as 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
|
||||||
library.
|
Libav library.
|
||||||
|
|
||||||
http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
|
http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
|
||||||
|
|
||||||
|
@ -18,17 +18,18 @@ config BR2_PACKAGE_GST_FSL_PLUGINS
|
|||||||
select BR2_PACKAGE_FREESCALE_IMX
|
select BR2_PACKAGE_FREESCALE_IMX
|
||||||
help
|
help
|
||||||
GStreamer plugins for hardware-accelerated audio and video
|
GStreamer plugins for hardware-accelerated audio and video
|
||||||
parsers and codecs on i.MX platforms. It requires a kernel that
|
parsers and codecs on i.MX platforms. It requires a kernel
|
||||||
includes the i.MX specific headers to be built.
|
that includes the i.MX specific headers to be built.
|
||||||
|
|
||||||
To use the VPU, its firmware blob must be installed as well. This
|
To use the VPU, its firmware blob must be installed as
|
||||||
can be found in the firmware-imx package in the "Hardware handling"
|
well. This can be found in the firmware-imx package in the
|
||||||
menu.
|
"Hardware handling" menu.
|
||||||
|
|
||||||
This library is provided by Freescale as-is and doesn't have
|
This library is provided by Freescale as-is and doesn't have
|
||||||
an upstream. Pengutronix maintains gst-fsl-plugins at
|
an upstream. Pengutronix maintains gst-fsl-plugins at
|
||||||
git://git.pengutronix.de/git/imx/gst-plugins-fsl-vpu.git
|
git://git.pengutronix.de/git/imx/gst-plugins-fsl-vpu.git but
|
||||||
but it diverges heavily from Freescale's original implementation.
|
it diverges heavily from Freescale's original
|
||||||
|
implementation.
|
||||||
|
|
||||||
if BR2_PACKAGE_GST_FSL_PLUGINS
|
if BR2_PACKAGE_GST_FSL_PLUGINS
|
||||||
choice
|
choice
|
||||||
|
@ -6,8 +6,8 @@ config BR2_PACKAGE_GST_PLUGIN_X170
|
|||||||
depends on BR2_LINUX_KERNEL # on2-8170-libs
|
depends on BR2_LINUX_KERNEL # on2-8170-libs
|
||||||
select BR2_PACKAGE_ON2_8170_LIBS
|
select BR2_PACKAGE_ON2_8170_LIBS
|
||||||
help
|
help
|
||||||
GStreamer plug-in to use the Hantro X170 video decoder present on
|
GStreamer plug-in to use the Hantro X170 video decoder
|
||||||
ATMEL AT91SAM9M10 SoC.
|
present on ATMEL AT91SAM9M10 SoC.
|
||||||
|
|
||||||
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
|
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ menuconfig BR2_PACKAGE_GST_PLUGINS_GOOD
|
|||||||
bool "gst-plugins-good"
|
bool "gst-plugins-good"
|
||||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
A set of well-supported plug-ins for GStreamer under the preferred
|
A set of well-supported plug-ins for GStreamer under the
|
||||||
license.
|
preferred license.
|
||||||
|
|
||||||
http://gstreamer.freedesktop.org/
|
http://gstreamer.freedesktop.org/
|
||||||
|
|
||||||
|
@ -24,15 +24,15 @@ config BR2_PACKAGE_GSTREAMER_GST_DEBUG
|
|||||||
bool "enable gst-debug trace support"
|
bool "enable gst-debug trace support"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable support for the gst-debug tracing functionality in gstreamer.
|
Enable support for the gst-debug tracing functionality in
|
||||||
This has limited CPU overhead, but does increase the rootfs size
|
gstreamer. This has limited CPU overhead, but does increase
|
||||||
somewhat.
|
the rootfs size somewhat.
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
|
config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
|
||||||
bool "enable plugin registry"
|
bool "enable plugin registry"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable support for the GStreamer plugin registry. This may increase
|
Enable support for the GStreamer plugin registry. This may
|
||||||
the launch-time for a GStreamer application.
|
increase the launch-time for a GStreamer application.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -8,8 +8,9 @@ menuconfig BR2_PACKAGE_GST1_IMX
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
This is a set of GStreamer 1.0 plugins for plugins for Freescale's
|
This is a set of GStreamer 1.0 plugins for plugins for
|
||||||
i.MX platforms, which make use of the i.MX multimedia capabilities.
|
Freescale's i.MX platforms, which make use of the i.MX
|
||||||
|
multimedia capabilities.
|
||||||
|
|
||||||
https://github.com/Freescale/gstreamer-imx
|
https://github.com/Freescale/gstreamer-imx
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@ menuconfig BR2_PACKAGE_GST1_PLUGINS_BAD
|
|||||||
bool "gst1-plugins-bad"
|
bool "gst1-plugins-bad"
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
help
|
help
|
||||||
A set of plug-ins for GStreamer that may be of poor quality or
|
A set of plug-ins for GStreamer that may be of poor quality
|
||||||
lacking some features.
|
or lacking some features.
|
||||||
|
|
||||||
http://gstreamer.freedesktop.org/
|
http://gstreamer.freedesktop.org/
|
||||||
|
|
||||||
@ -217,7 +217,8 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_COLOREFFECTS
|
|||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
|
||||||
bool "debugutils"
|
bool "debugutils"
|
||||||
help
|
help
|
||||||
Collection of elements that may or may not be useful for debugging
|
Collection of elements that may or may not be useful for
|
||||||
|
debugging
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
|
||||||
bool "dvdsuboverlay"
|
bool "dvdsuboverlay"
|
||||||
|
@ -5,8 +5,8 @@ menuconfig BR2_PACKAGE_GST1_PLUGINS_GOOD
|
|||||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXV if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXV if BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
A set of well-supported plug-ins for GStreamer under the preferred
|
A set of well-supported plug-ins for GStreamer under the
|
||||||
license.
|
preferred license.
|
||||||
|
|
||||||
http://gstreamer.freedesktop.org/
|
http://gstreamer.freedesktop.org/
|
||||||
|
|
||||||
@ -70,7 +70,8 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUPARSE
|
|||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT
|
||||||
bool "autodetect"
|
bool "autodetect"
|
||||||
help
|
help
|
||||||
Plugin contains auto-detection plugins for video/audio in- and outputs
|
Plugin contains auto-detection plugins for video/audio in-
|
||||||
|
and outputs
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AVI
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AVI
|
||||||
bool "avi (*.avi video)"
|
bool "avi (*.avi video)"
|
||||||
|
@ -9,8 +9,8 @@ config BR2_PACKAGE_GSTREAMER1
|
|||||||
depends on BR2_USE_MMU # glib2
|
depends on BR2_USE_MMU # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
GStreamer is an open source multimedia framework. This 1.x version of
|
GStreamer is an open source multimedia framework. This 1.x
|
||||||
Gstreamer is incompatible with Gstreamer 0.10.x.
|
version of Gstreamer is incompatible with Gstreamer 0.10.x.
|
||||||
|
|
||||||
http://gstreamer.freedesktop.org/
|
http://gstreamer.freedesktop.org/
|
||||||
|
|
||||||
@ -25,36 +25,36 @@ config BR2_PACKAGE_GSTREAMER1_PARSE
|
|||||||
bool "enable command-line parser"
|
bool "enable command-line parser"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable command line parser for gstreamer. This may increase the CPU
|
Enable command line parser for gstreamer. This may increase
|
||||||
overhead by a small amount.
|
the CPU overhead by a small amount.
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER1_TRACE
|
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
|
||||||
overhead by a small amount.
|
increase CPU overhead by a small amount.
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER1_GST_DEBUG
|
config BR2_PACKAGE_GSTREAMER1_GST_DEBUG
|
||||||
bool "enable gst-debug trace support"
|
bool "enable gst-debug trace support"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable support for the gst-debug tracing functionality in gstreamer.
|
Enable support for the gst-debug tracing functionality in
|
||||||
This has limited CPU overhead, but does increase the rootfs size
|
gstreamer. This has limited CPU overhead, but does increase
|
||||||
somewhat.
|
the rootfs size somewhat.
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER1_PLUGIN_REGISTRY
|
config BR2_PACKAGE_GSTREAMER1_PLUGIN_REGISTRY
|
||||||
bool "enable plugin registry"
|
bool "enable plugin registry"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable support for the GStreamer plugin registry. This may increase
|
Enable support for the GStreamer plugin registry. This may
|
||||||
the launch-time for a GStreamer application.
|
increase the launch-time for a GStreamer application.
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS
|
config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS
|
||||||
bool "install gst-launch & gst-inspect"
|
bool "install gst-launch & gst-inspect"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Install the gst-launch and gst-inspect tools. This will take up
|
Install the gst-launch and gst-inspect tools. This will take
|
||||||
additional space on the target.
|
up additional space on the target.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_MACCHANGER
|
config BR2_PACKAGE_MACCHANGER
|
||||||
bool "macchanger"
|
bool "macchanger"
|
||||||
help
|
help
|
||||||
A GNU/Linux utility for viewing/manipulating the MAC address of
|
A GNU/Linux utility for viewing/manipulating the MAC address
|
||||||
network interfaces
|
of network interfaces
|
||||||
|
|
||||||
http://www.gnu.org/software/macchanger
|
http://www.gnu.org/software/macchanger
|
||||||
|
@ -3,11 +3,11 @@ config BR2_PACKAGE_MADPLAY
|
|||||||
select BR2_PACKAGE_LIBMAD
|
select BR2_PACKAGE_LIBMAD
|
||||||
select BR2_PACKAGE_LIBID3TAG
|
select BR2_PACKAGE_LIBID3TAG
|
||||||
help
|
help
|
||||||
Command-line front-end to libmad, a high-quality MPEG audio decoder.
|
Command-line front-end to libmad, a high-quality MPEG audio
|
||||||
It currently supports MPEG-1 and the MPEG-2 extension to lower
|
decoder. It currently supports MPEG-1 and the MPEG-2
|
||||||
sampling frequencies, as well as the de facto MPEG 2.5 format. All
|
extension to lower sampling frequencies, as well as the de
|
||||||
three audio layers — Layer I, Layer II, and Layer III (i.e. MP3) —
|
facto MPEG 2.5 format. All three audio layers — Layer I,
|
||||||
are fully implemented.
|
Layer II, and Layer III (i.e. MP3) — are fully implemented.
|
||||||
|
|
||||||
http://www.underbit.com/products/mad/
|
http://www.underbit.com/products/mad/
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@ config BR2_PACKAGE_MALI_T76X
|
|||||||
select BR2_PACKAGE_HAS_LIBEGL
|
select BR2_PACKAGE_HAS_LIBEGL
|
||||||
select BR2_PACKAGE_HAS_LIBGLES
|
select BR2_PACKAGE_HAS_LIBGLES
|
||||||
help
|
help
|
||||||
Install the binary user-space components for the ARM Mali Midgard
|
Install the binary user-space components for the ARM Mali
|
||||||
T76X GPU. This package requires a kernel with the ARM Mali Midgard
|
Midgard T76X GPU. This package requires a kernel with the
|
||||||
GPU Kernel Drivers enabled.
|
ARM Mali Midgard GPU Kernel Drivers enabled.
|
||||||
|
|
||||||
Source: http://malideveloper.arm.com/resources/drivers/
|
Source: http://malideveloper.arm.com/resources/drivers/
|
||||||
|
|
||||||
|
@ -9,7 +9,8 @@ menuconfig BR2_PACKAGE_MATCHBOX
|
|||||||
Matchbox is an Open Source base environment for the X Window
|
Matchbox is an Open Source base environment for the X Window
|
||||||
System running on non-desktop embedded platforms such as
|
System running on non-desktop embedded platforms such as
|
||||||
handhelds, set-top boxes, kiosks and anything else for which
|
handhelds, set-top boxes, kiosks and anything else for which
|
||||||
screen space, input mechanisms or system resources are limited.
|
screen space, input mechanisms or system resources are
|
||||||
|
limited.
|
||||||
|
|
||||||
https://www.yoctoproject.org/tools-resources/projects/matchbox
|
https://www.yoctoproject.org/tools-resources/projects/matchbox
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ config BR2_PACKAGE_MBEDTLS_COMPRESSION
|
|||||||
Enable support for compression of the content data before it
|
Enable support for compression of the content data before it
|
||||||
enters the secure channel as described in RFC 3749.
|
enters the secure channel as described in RFC 3749.
|
||||||
|
|
||||||
Warning: TLS compression may make you vulnerable to the CRIME
|
Warning: TLS compression may make you vulnerable to the
|
||||||
attack. You should not enable it unless you know for sure CRIME
|
CRIME attack. You should not enable it unless you know for
|
||||||
and similar attacks are not applicable to your particular
|
sure CRIME and similar attacks are not applicable to your
|
||||||
situation.
|
particular situation.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -7,10 +7,10 @@ config BR2_PACKAGE_MC
|
|||||||
# mc prefers slang, but can use ncurses too
|
# mc prefers slang, but can use ncurses too
|
||||||
select BR2_PACKAGE_SLANG if !BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_SLANG if !BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
GNU Midnight Commander is a visual file manager, licensed under
|
GNU Midnight Commander is a visual file manager, licensed
|
||||||
GNU General Public License. It can use either SLang (preferred)
|
under GNU General Public License. It can use either SLang
|
||||||
or ncurses for screen handling; if neither is enabled SLang
|
(preferred) or ncurses for screen handling; if neither is
|
||||||
will be automatically chosen.
|
enabled SLang will be automatically chosen.
|
||||||
|
|
||||||
https://www.midnight-commander.org
|
https://www.midnight-commander.org
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_MCELOG
|
|||||||
depends on BR2_i386 || BR2_x86_64
|
depends on BR2_i386 || BR2_x86_64
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
mcelog processes machine checks (in particular memory and CPU hardware
|
mcelog processes machine checks (in particular memory and
|
||||||
errors) on modern x86 Linux systems.
|
CPU hardware errors) on modern x86 Linux systems.
|
||||||
|
|
||||||
http://www.mcelog.org/
|
http://www.mcelog.org/
|
||||||
|
@ -4,9 +4,9 @@ config BR2_PACKAGE_MCRYPT
|
|||||||
select BR2_PACKAGE_LIBMCRYPT
|
select BR2_PACKAGE_LIBMCRYPT
|
||||||
select BR2_PACKAGE_LIBMHASH
|
select BR2_PACKAGE_LIBMHASH
|
||||||
help
|
help
|
||||||
MCrypt is a replacement for the old crypt() package and crypt(1)
|
MCrypt is a replacement for the old crypt() package and
|
||||||
command, with extensions.
|
crypt(1) command, with extensions.
|
||||||
It allows developers to use a wide range of encryption functions,
|
It allows developers to use a wide range of encryption
|
||||||
without making drastic changes to their code.
|
functions, without making drastic changes to their code.
|
||||||
|
|
||||||
http://mcrypt.sourceforge.net/
|
http://mcrypt.sourceforge.net/
|
||||||
|
@ -5,8 +5,8 @@ config BR2_PACKAGE_MEMCACHED
|
|||||||
select BR2_PACKAGE_LIBEVENT
|
select BR2_PACKAGE_LIBEVENT
|
||||||
help
|
help
|
||||||
Memcached is an in-memory key-value store for small chunks
|
Memcached is an in-memory key-value store for small chunks
|
||||||
of arbitrary data (strings, objects) from results of database calls,
|
of arbitrary data (strings, objects) from results of
|
||||||
API calls, or page rendering.
|
database calls, API calls, or page rendering.
|
||||||
|
|
||||||
http://www.memcached.org/
|
http://www.memcached.org/
|
||||||
|
|
||||||
|
@ -16,8 +16,9 @@ config BR2_PACKAGE_MEMTEST86
|
|||||||
|
|
||||||
Memtest86+ will only work on 32-bit or 64-bit x86 targets.
|
Memtest86+ will only work on 32-bit or 64-bit x86 targets.
|
||||||
It boots as an i486 program and autodetects hardware. It can
|
It boots as an i486 program and autodetects hardware. It can
|
||||||
be added to the grub2 boot menu by adding the following lines
|
be added to the grub2 boot menu by adding the following
|
||||||
to the bottom of /boot/grub/grub.cfg - note the use of linux16.
|
lines to the bottom of /boot/grub/grub.cfg - note the use of
|
||||||
|
linux16.
|
||||||
|
|
||||||
menuentry "Memtest86+" {
|
menuentry "Memtest86+" {
|
||||||
linux16 /boot/memtest86+.bin
|
linux16 /boot/memtest86+.bin
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_MEMTESTER
|
config BR2_PACKAGE_MEMTESTER
|
||||||
bool "memtester"
|
bool "memtester"
|
||||||
help
|
help
|
||||||
A userspace utility for testing the memory subsystem for faults.
|
A userspace utility for testing the memory subsystem for
|
||||||
|
faults.
|
||||||
|
|
||||||
http://pyropus.ca/software/memtester/
|
http://pyropus.ca/software/memtester/
|
||||||
|
@ -18,7 +18,8 @@ menuconfig BR2_PACKAGE_MESA3D
|
|||||||
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Mesa 3D, an open-source implementation of the OpenGL specification.
|
Mesa 3D, an open-source implementation of the OpenGL
|
||||||
|
specification.
|
||||||
|
|
||||||
http://mesa3d.org
|
http://mesa3d.org
|
||||||
|
|
||||||
@ -177,7 +178,8 @@ comment "Off-screen Rendering"
|
|||||||
config BR2_PACKAGE_MESA3D_OSMESA
|
config BR2_PACKAGE_MESA3D_OSMESA
|
||||||
bool "OSMesa library"
|
bool "OSMesa library"
|
||||||
help
|
help
|
||||||
The OSMesa API provides functions for making off-screen renderings.
|
The OSMesa API provides functions for making off-screen
|
||||||
|
renderings.
|
||||||
|
|
||||||
if BR2_PACKAGE_MESA3D_DRIVER
|
if BR2_PACKAGE_MESA3D_DRIVER
|
||||||
|
|
||||||
@ -188,15 +190,15 @@ config BR2_PACKAGE_MESA3D_OPENGL_EGL
|
|||||||
select BR2_PACKAGE_HAS_LIBEGL
|
select BR2_PACKAGE_HAS_LIBEGL
|
||||||
select BR2_PACKAGE_HAS_LIBEGL_WAYLAND
|
select BR2_PACKAGE_HAS_LIBEGL_WAYLAND
|
||||||
help
|
help
|
||||||
Use the Khronos EGL APIs. EGL is a window manager for OpenGL applications
|
Use the Khronos EGL APIs. EGL is a window manager for OpenGL
|
||||||
similar to GLX, for X, and WGL, for Windows.
|
applications similar to GLX, for X, and WGL, for Windows.
|
||||||
|
|
||||||
config BR2_PACKAGE_MESA3D_OPENGL_ES
|
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
|
||||||
systems and represents a subset of the OpenGL API.
|
embedded systems and represents a subset of the OpenGL API.
|
||||||
|
|
||||||
config BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT
|
config BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT
|
||||||
bool "OpenGL texture float (patented format)"
|
bool "OpenGL texture float (patented format)"
|
||||||
|
@ -6,8 +6,9 @@ config BR2_PACKAGE_MICROPYTHON
|
|||||||
depends on !BR2_bfin
|
depends on !BR2_bfin
|
||||||
select BR2_PACKAGE_LIBFFI
|
select BR2_PACKAGE_LIBFFI
|
||||||
help
|
help
|
||||||
Micro Python is a lean and fast implementation of the Python 3
|
Micro Python is a lean and fast implementation of the Python
|
||||||
programming language that is optimised to run on a microcontroller.
|
3 programming language that is optimised to run on a
|
||||||
|
microcontroller.
|
||||||
|
|
||||||
http://micropython.org
|
http://micropython.org
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@ config BR2_PACKAGE_MINIDLNA
|
|||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
help
|
help
|
||||||
MiniDLNA (aka ReadyDLNA) is server software with the aim of being
|
MiniDLNA (aka ReadyDLNA) is server software with the aim of
|
||||||
fully compliant with DLNA/UPnP-AV clients.
|
being fully compliant with DLNA/UPnP-AV clients.
|
||||||
|
|
||||||
http://minidlna.sourceforge.net/
|
http://minidlna.sourceforge.net/
|
||||||
|
|
||||||
|
@ -14,8 +14,9 @@ config BR2_PACKAGE_MOARVM
|
|||||||
# See: https://github.com/MoarVM/MoarVM/issues/222
|
# See: https://github.com/MoarVM/MoarVM/issues/222
|
||||||
select BR2_PACKAGE_LIBFFI if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
select BR2_PACKAGE_LIBFFI if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
||||||
help
|
help
|
||||||
Short for "Metamodel On A Runtime", MoarVM is a virtual machine
|
Short for "Metamodel On A Runtime", MoarVM is a virtual
|
||||||
built especially for Rakudo Perl 6 and the NQP Compiler Toolchain.
|
machine built especially for Rakudo Perl 6 and the NQP
|
||||||
|
Compiler Toolchain.
|
||||||
|
|
||||||
http://moarvm.com
|
http://moarvm.com
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@ config BR2_PACKAGE_MODPLUGTOOLS
|
|||||||
select BR2_PACKAGE_LIBAO
|
select BR2_PACKAGE_LIBAO
|
||||||
select BR2_PACKAGE_LIBMODPLUG
|
select BR2_PACKAGE_LIBMODPLUG
|
||||||
help
|
help
|
||||||
This installs the 'modplug123' command line tool to play music files
|
This installs the 'modplug123' command line tool to play
|
||||||
in the tracker formats supported by libmodplug: MOD, S3M, XM etc.
|
music files in the tracker formats supported by libmodplug:
|
||||||
Audio output is handled by libao.
|
MOD, S3M, XM etc. Audio output is handled by libao.
|
||||||
|
|
||||||
http://modplug-xmms.sourceforge.net/
|
http://modplug-xmms.sourceforge.net/
|
||||||
|
|
||||||
|
@ -14,11 +14,12 @@ config BR2_PACKAGE_MONGODB
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||||
help
|
help
|
||||||
MongoDB is a cross-platform document-oriented database (NoSQL).
|
MongoDB is a cross-platform document-oriented database
|
||||||
|
(NoSQL).
|
||||||
|
|
||||||
It uses JSON-like documents with dynamic schemas (BSON), making
|
It uses JSON-like documents with dynamic schemas (BSON),
|
||||||
the integration of data in certain types of applications easier
|
making the integration of data in certain types of
|
||||||
and faster.
|
applications easier and faster.
|
||||||
|
|
||||||
https://www.mongodb.org/
|
https://www.mongodb.org/
|
||||||
|
|
||||||
|
@ -4,7 +4,8 @@ config BR2_PACKAGE_MONKEY
|
|||||||
depends on !BR2_STATIC_LIBS # dlopen()
|
depends on !BR2_STATIC_LIBS # dlopen()
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Monkey Server is a fast and lightweight web server for Linux platforms.
|
Monkey Server is a fast and lightweight web server for Linux
|
||||||
|
platforms.
|
||||||
|
|
||||||
http://monkey-project.com/
|
http://monkey-project.com/
|
||||||
|
|
||||||
|
@ -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
|
||||||
MPEG 1.0/2.0 layers 1, 2 and 3.
|
supports MPEG 1.0/2.0 layers 1, 2 and 3.
|
||||||
|
|
||||||
http://www.mpg123.de/
|
http://www.mpg123.de/
|
||||||
|
@ -16,8 +16,8 @@ config BR2_PACKAGE_MPLAYER
|
|||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
MPlayer is a movie player which runs on many systems and supports
|
MPlayer is a movie player which runs on many systems and
|
||||||
many different file formats.
|
supports many different file formats.
|
||||||
|
|
||||||
http://www.mplayerhq.hu/
|
http://www.mplayerhq.hu/
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@ config BR2_PACKAGE_MRAA
|
|||||||
depends on BR2_arm || BR2_i386 || BR2_x86_64
|
depends on BR2_arm || BR2_i386 || BR2_x86_64
|
||||||
help
|
help
|
||||||
mraa is a C/C++ library with bindings to javascript & python
|
mraa is a C/C++ library with bindings to javascript & python
|
||||||
to interface with the IO on Galileo, Edison & other platforms,
|
to interface with the IO on Galileo, Edison & other
|
||||||
with a structured and sane API where port names/numbering matches
|
platforms, with a structured and sane API where port
|
||||||
the board that you are on.
|
names/numbering matches the board that you are on.
|
||||||
|
|
||||||
http://iotdk.intel.com/docs/master/mraa
|
http://iotdk.intel.com/docs/master/mraa
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@ config BR2_PACKAGE_MSGPACK
|
|||||||
help
|
help
|
||||||
MessagePack is an efficient binary serialization format.
|
MessagePack is an efficient binary serialization format.
|
||||||
|
|
||||||
It lets you exchange data among multiple languages like JSON but
|
It lets you exchange data among multiple languages like JSON
|
||||||
it's faster and smaller.
|
but it's faster and smaller.
|
||||||
|
|
||||||
http://msgpack.org/
|
http://msgpack.org/
|
||||||
|
|
||||||
|
@ -3,10 +3,10 @@ config BR2_PACKAGE_MTOOLS
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Mtools is a collection of utilities to access MS-DOS disks from
|
Mtools is a collection of utilities to access MS-DOS disks
|
||||||
Unix without mounting them. It supports Win'95 style long file
|
from Unix without mounting them. It supports Win'95 style
|
||||||
names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high
|
long file names, OS/2 Xdf disks and 2m disks (store up to
|
||||||
density 3 1/2 disk).
|
1992k on a high density 3 1/2 disk).
|
||||||
|
|
||||||
http://www.gnu.org/software/mtools/
|
http://www.gnu.org/software/mtools/
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ config BR2_PACKAGE_MULTICAT
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_BITSTREAM
|
select BR2_PACKAGE_BITSTREAM
|
||||||
help
|
help
|
||||||
Simple and efficient multicast and transport stream manipulation.
|
Simple and efficient multicast and transport stream
|
||||||
|
manipulation.
|
||||||
|
|
||||||
http://www.videolan.org/projects/multicat.html
|
http://www.videolan.org/projects/multicat.html
|
||||||
|
|
||||||
|
@ -3,9 +3,10 @@ config BR2_PACKAGE_MUSEPACK
|
|||||||
select BR2_PACKAGE_LIBCUEFILE
|
select BR2_PACKAGE_LIBCUEFILE
|
||||||
select BR2_PACKAGE_LIBREPLAYGAIN
|
select BR2_PACKAGE_LIBREPLAYGAIN
|
||||||
help
|
help
|
||||||
Musepack is an audio compression format with a strong emphasis
|
Musepack is an audio compression format with a strong
|
||||||
on high quality. It's not lossless, but it is designed
|
emphasis on high quality. It's not lossless, but it is
|
||||||
for transparency, so that you won't be able to hear differences
|
designed for transparency, so that you won't be able to hear
|
||||||
between the original wave file and the much smaller MPC file.
|
differences between the original wave file and the much
|
||||||
|
smaller MPC file.
|
||||||
|
|
||||||
http://www.musepack.net/
|
http://www.musepack.net/
|
||||||
|
@ -24,9 +24,9 @@ config BR2_PACKAGE_MARIADB
|
|||||||
select BR2_PACKAGE_READLINE
|
select BR2_PACKAGE_READLINE
|
||||||
select BR2_PACKAGE_HAS_MYSQL
|
select BR2_PACKAGE_HAS_MYSQL
|
||||||
help
|
help
|
||||||
MariaDB is one of the most popular database servers in the world.
|
MariaDB is one of the most popular database servers in the
|
||||||
It's made by the original developers of MySQL and guaranteed to
|
world. It's made by the original developers of MySQL and
|
||||||
stay open source.
|
guaranteed to stay open source.
|
||||||
|
|
||||||
http://www.mariadb.org/
|
http://www.mariadb.org/
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
config BR2_PACKAGE_NANOCOM
|
config BR2_PACKAGE_NANOCOM
|
||||||
bool "nanocom"
|
bool "nanocom"
|
||||||
help
|
help
|
||||||
Nanocom is based upon microcom (http://microcom.port5.com/) but
|
Nanocom is based upon microcom (http://microcom.port5.com/)
|
||||||
removes the scripting and logging features while introducing support
|
but removes the scripting and logging features while
|
||||||
for setting local/remote echo, parity and stop bits. It also follows
|
introducing support for setting local/remote echo, parity
|
||||||
a more standard command line style using the getopt function.
|
and stop bits. It also follows a more standard command line
|
||||||
Internally much of the code has been rewritten and reformatted, the
|
style using the getopt function. Internally much of the
|
||||||
menu system in particular is almost entirely different.
|
code has been rewritten and reformatted, the menu system in
|
||||||
|
particular is almost entirely different.
|
||||||
|
|
||||||
http://nanocom.sourceforge.net/
|
http://nanocom.sourceforge.net/
|
||||||
|
@ -3,8 +3,9 @@ config BR2_PACKAGE_NCFTP
|
|||||||
# fork()
|
# fork()
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
NcFTP Client (also known as just NcFTP) is a set of FREE application
|
NcFTP Client (also known as just NcFTP) is a set of FREE
|
||||||
programs implementing the File Transfer Protocol (FTP).
|
application programs implementing the File Transfer Protocol
|
||||||
|
(FTP).
|
||||||
|
|
||||||
http://www.ncftp.com/ncftp/
|
http://www.ncftp.com/ncftp/
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_NCURSES
|
config BR2_PACKAGE_NCURSES
|
||||||
bool "ncurses"
|
bool "ncurses"
|
||||||
help
|
help
|
||||||
The Ncurses (new curses) library is a free software emulation of
|
The Ncurses (new curses) library is a free software
|
||||||
curses in System V Release 4.0, and more.
|
emulation of curses in System V Release 4.0, and more.
|
||||||
|
|
||||||
This package installs only a few vital termcap entries
|
This package installs only a few vital termcap entries
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@ config BR2_PACKAGE_NDISC6
|
|||||||
bool "ndisc6 tools"
|
bool "ndisc6 tools"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
NDisc6 is a small collection of useful tools for IPv6 networking
|
NDisc6 is a small collection of useful tools for IPv6
|
||||||
|
networking
|
||||||
|
|
||||||
http://www.remlab.net/ndisc6/
|
http://www.remlab.net/ndisc6/
|
||||||
|
|
||||||
|
@ -9,8 +9,9 @@ config BR2_PACKAGE_NEARD
|
|||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_LIBNL
|
select BR2_PACKAGE_LIBNL
|
||||||
help
|
help
|
||||||
Near Field Communication (NFC) manager. This userspace daemon is
|
Near Field Communication (NFC) manager. This userspace
|
||||||
a part of the NFC stack provided by the Linux NFC project.
|
daemon is a part of the NFC stack provided by the Linux NFC
|
||||||
|
project.
|
||||||
|
|
||||||
http://git.kernel.org/?p=network/nfc/neard.git;a=summary
|
http://git.kernel.org/?p=network/nfc/neard.git;a=summary
|
||||||
|
|
||||||
|
@ -10,8 +10,9 @@ config BR2_PACKAGE_NETATALK
|
|||||||
select BR2_PACKAGE_LIBGCRYPT
|
select BR2_PACKAGE_LIBGCRYPT
|
||||||
select BR2_PACKAGE_LIBGPG_ERROR
|
select BR2_PACKAGE_LIBGPG_ERROR
|
||||||
help
|
help
|
||||||
Netatalk can be used to turn a *NIX machine into an extremely
|
Netatalk can be used to turn a *NIX machine into an
|
||||||
high-performance and reliable file server for Macintosh computers.
|
extremely high-performance and reliable file server for
|
||||||
|
Macintosh computers.
|
||||||
|
|
||||||
http://netatalk.sourceforge.net/
|
http://netatalk.sourceforge.net/
|
||||||
|
|
||||||
|
@ -6,16 +6,17 @@ config BR2_PACKAGE_NETCAT_OPENBSD
|
|||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
select BR2_PACKAGE_LIBBSD
|
select BR2_PACKAGE_LIBBSD
|
||||||
help
|
help
|
||||||
A simple Unix utility which reads and writes data across network
|
A simple Unix utility which reads and writes data across
|
||||||
connections using TCP or UDP protocol. It is designed to be a
|
network connections using TCP or UDP protocol. It is
|
||||||
reliable "back-end" tool that can be used directly or easily driven
|
designed to be a reliable "back-end" tool that can be used
|
||||||
by other programs and scripts. At the same time it is a feature-rich
|
directly or easily driven by other programs and scripts. At
|
||||||
network debugging and exploration tool, since it can create almost
|
the same time it is a feature-rich network debugging and
|
||||||
any kind of connection you would need and has several interesting
|
exploration tool, since it can create almost any kind of
|
||||||
|
connection you would need and has several interesting
|
||||||
built-in capabilities.
|
built-in capabilities.
|
||||||
|
|
||||||
This package contains the OpenBSD rewrite of netcat, including
|
This package contains the OpenBSD rewrite of netcat,
|
||||||
support for IPv6, proxies, and Unix sockets.
|
including support for IPv6, proxies, and Unix sockets.
|
||||||
|
|
||||||
https://packages.debian.org/sid/netcat-openbsd
|
https://packages.debian.org/sid/netcat-openbsd
|
||||||
|
|
||||||
|
@ -2,12 +2,14 @@ config BR2_PACKAGE_NETCAT
|
|||||||
bool "netcat"
|
bool "netcat"
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
help
|
help
|
||||||
Netcat is a featured networking utility which reads and writes data
|
Netcat is a featured networking utility which reads and
|
||||||
across network connections, using the TCP/IP protocol.
|
writes data across network connections, using the TCP/IP
|
||||||
It is designed to be a reliable "back-end" tool that can be used
|
protocol.
|
||||||
directly or easily driven by other programs and scripts. At the
|
It is designed to be a reliable "back-end" tool that can be
|
||||||
same time, it is a feature-rich network debugging and exploration
|
used directly or easily driven by other programs and
|
||||||
tool, since it can create almost any kind of connection you would
|
scripts. At the same time, it is a feature-rich network
|
||||||
need and has several interesting built-in capabilities.
|
debugging and exploration tool, since it can create almost
|
||||||
|
any kind of connection you would need and has several
|
||||||
|
interesting built-in capabilities.
|
||||||
|
|
||||||
http://netcat.sourceforge.net/download.php
|
http://netcat.sourceforge.net/download.php
|
||||||
|
@ -46,9 +46,9 @@ config BR2_PACKAGE_NETSNMP_ENABLE_DEBUGGING
|
|||||||
bool "Enable debugging code"
|
bool "Enable debugging code"
|
||||||
help
|
help
|
||||||
By default net-snmp is compiled without debugging support
|
By default net-snmp is compiled without debugging support
|
||||||
(--disable-debugging). Enable this options if you need debugging
|
(--disable-debugging). Enable this options if you need
|
||||||
support, including the ability to log with DEBUGMSG(),
|
debugging support, including the ability to log with
|
||||||
DEBUGMSGTL() and companion macros.
|
DEBUGMSG(), DEBUGMSGTL() and companion macros.
|
||||||
|
|
||||||
config BR2_PACKAGE_NETSNMP_OPENSSL_INTERNAL
|
config BR2_PACKAGE_NETSNMP_OPENSSL_INTERNAL
|
||||||
bool "Enable minimal internal OpenSSL code"
|
bool "Enable minimal internal OpenSSL code"
|
||||||
|
@ -2,8 +2,9 @@ config BR2_PACKAGE_NETTLE
|
|||||||
bool "nettle"
|
bool "nettle"
|
||||||
select BR2_PACKAGE_GMP
|
select BR2_PACKAGE_GMP
|
||||||
help
|
help
|
||||||
Nettle is a cryptographic library that is designed to fit easily
|
Nettle is a cryptographic library that is designed to fit
|
||||||
in more or less any context: In crypto toolkits for object-oriented
|
easily in more or less any context: In crypto toolkits for
|
||||||
languages, in applications like LSH or GNUPG, or even in kernel space
|
object-oriented languages, in applications like LSH or
|
||||||
|
GNUPG, or even in kernel space
|
||||||
|
|
||||||
http://www.lysator.liu.se/~nisse/nettle/
|
http://www.lysator.liu.se/~nisse/nettle/
|
||||||
|
@ -21,12 +21,12 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
|||||||
select BR2_PACKAGE_READLINE
|
select BR2_PACKAGE_READLINE
|
||||||
select BR2_PACKAGE_LIBNDP
|
select BR2_PACKAGE_LIBNDP
|
||||||
help
|
help
|
||||||
NetworkManager is a set of co-operative tools that make networking
|
NetworkManager is a set of co-operative tools that make
|
||||||
simple and straightforward. Whether WiFi, wired, 3G, or Bluetooth,
|
networking simple and straightforward. Whether WiFi, wired,
|
||||||
NetworkManager allows you to quickly move from one network to
|
3G, or Bluetooth, NetworkManager allows you to quickly move
|
||||||
another: once a network has been configured and joined once, it
|
from one network to another: once a network has been
|
||||||
can be detected and re-joined automatically the next time it's
|
configured and joined once, it can be detected and re-joined
|
||||||
available.
|
automatically the next time it's available.
|
||||||
|
|
||||||
http://projects.gnome.org/NetworkManager/
|
http://projects.gnome.org/NetworkManager/
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@ config BR2_PACKAGE_NEWT
|
|||||||
select BR2_PACKAGE_SLANG
|
select BR2_PACKAGE_SLANG
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
help
|
help
|
||||||
Programming library for color text mode, widget based user interfaces.
|
Programming library for color text mode, widget based user
|
||||||
|
interfaces.
|
||||||
|
|
||||||
http://www.redhat.com/
|
http://www.redhat.com/
|
||||||
|
|
||||||
|
@ -8,9 +8,9 @@ config BR2_PACKAGE_NFTABLES
|
|||||||
help
|
help
|
||||||
nftables is the project that aims to replace the existing
|
nftables is the project that aims to replace the existing
|
||||||
{ip,ip6,arp,eb}tables framework.
|
{ip,ip6,arp,eb}tables framework.
|
||||||
Basically, this project provides a new packet filtering framework,
|
Basically, this project provides a new packet filtering
|
||||||
a new userspace utility and also a compatibility layer
|
framework, a new userspace utility and also a compatibility
|
||||||
for {ip,ip6}tables.
|
layer for {ip,ip6}tables.
|
||||||
|
|
||||||
http://www.netfilter.org/projects/nftables/index.html
|
http://www.netfilter.org/projects/nftables/index.html
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ menuconfig BR2_PACKAGE_NGINX
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_LIBATOMIC_OPS if BR2_sparc_v8 || BR2_sparc_leon3
|
select BR2_PACKAGE_LIBATOMIC_OPS if BR2_sparc_v8 || BR2_sparc_leon3
|
||||||
help
|
help
|
||||||
nginx is an HTTP and reverse proxy server, as well as a mail proxy
|
nginx is an HTTP and reverse proxy server, as well as a mail
|
||||||
server.
|
proxy server.
|
||||||
|
|
||||||
http://nginx.org/
|
http://nginx.org/
|
||||||
|
|
||||||
|
@ -31,7 +31,8 @@ config BR2_PACKAGE_NODEJS
|
|||||||
select BR2_PACKAGE_LIBUV
|
select BR2_PACKAGE_LIBUV
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Event-driven I/O server-side JavaScript environment based on V8.
|
Event-driven I/O server-side JavaScript environment based on
|
||||||
|
V8.
|
||||||
|
|
||||||
http://nodejs.org/
|
http://nodejs.org/
|
||||||
|
|
||||||
@ -42,8 +43,8 @@ config BR2_PACKAGE_NODEJS_NPM
|
|||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
NPM is the package manager for the Node JavaScript platform.
|
NPM is the package manager for the Node JavaScript platform.
|
||||||
Note that enabling NPM on the target also selects OpenSSL for the
|
Note that enabling NPM on the target also selects OpenSSL
|
||||||
target.
|
for the target.
|
||||||
|
|
||||||
http://www.npmjs.org
|
http://www.npmjs.org
|
||||||
|
|
||||||
@ -58,20 +59,23 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL
|
|||||||
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.
|
||||||
|
|
||||||
Example: serialport uglify-js@1.3.4 /my/module/mymodule.tgz git://github.com/someuser/somemodule.git#v1.2
|
Example:
|
||||||
|
serialport uglify-js@1.3.4 /my/module/mymodule.tgz \
|
||||||
|
git://github.com/someuser/somemodule.git#v1.2
|
||||||
|
|
||||||
This would install the serialport module (at the newest version),
|
This would install the serialport module (at the newest
|
||||||
the uglify-js module at 1.3.4, a module from a filesystem path,
|
version), the uglify-js module at 1.3.4, a module from a
|
||||||
and a module from a git repository.
|
filesystem path, and a module from a git repository.
|
||||||
|
|
||||||
config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS
|
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
|
||||||
your npms can be installed. For example, if in 'Additional modules'
|
built before your npms can be installed. For example, if in
|
||||||
you specified 'node-curl' (see:
|
'Additional modules' you specified 'node-curl' (see:
|
||||||
https://github.com/jiangmiao/node-curl), you could then specify
|
https://github.com/jiangmiao/node-curl), you could then
|
||||||
'libcurl' here, to ensure that buildroot builds the libcurl package,
|
specify 'libcurl' here, to ensure that buildroot builds the
|
||||||
and does so before building your node modules.
|
libcurl package, and does so before building your node
|
||||||
|
modules.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -30,16 +30,16 @@ config BR2_PACKAGE_NTP_NTP_WAIT
|
|||||||
depends on BR2_PACKAGE_PERL
|
depends on BR2_PACKAGE_PERL
|
||||||
help
|
help
|
||||||
ntp-wait waits until the locally running ntpd is in state 4
|
ntp-wait waits until the locally running ntpd is in state 4
|
||||||
(synchronized). This could be useful at boot time, to delay the
|
(synchronized). This could be useful at boot time, to delay
|
||||||
boot sequence until after "ntpd -g" has set the time.
|
the boot sequence until after "ntpd -g" has set the time.
|
||||||
|
|
||||||
config BR2_PACKAGE_NTP_NTPD
|
config BR2_PACKAGE_NTP_NTPD
|
||||||
bool "ntpd"
|
bool "ntpd"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
ntpd is the time synchronization daemon keeping your local
|
ntpd is the time synchronization daemon keeping your local
|
||||||
system date and time in sync and optionally serving time and date
|
system date and time in sync and optionally serving time and
|
||||||
information on the network via the NTP protocol.
|
date information on the network via the NTP protocol.
|
||||||
|
|
||||||
config BR2_PACKAGE_NTP_NTPD_ATOM_PPS
|
config BR2_PACKAGE_NTP_NTPD_ATOM_PPS
|
||||||
bool "PPS support"
|
bool "PPS support"
|
||||||
@ -51,8 +51,8 @@ config BR2_PACKAGE_NTP_NTPD_ATOM_PPS
|
|||||||
config BR2_PACKAGE_NTP_NTPDATE
|
config BR2_PACKAGE_NTP_NTPDATE
|
||||||
bool "ntpdate"
|
bool "ntpdate"
|
||||||
help
|
help
|
||||||
The ntpdate utility program is used to set the local date and time
|
The ntpdate utility program is used to set the local date
|
||||||
from an NTP server given as an argument.
|
and time from an NTP server given as an argument.
|
||||||
|
|
||||||
config BR2_PACKAGE_NTP_NTPDC
|
config BR2_PACKAGE_NTP_NTPDC
|
||||||
bool "ntpdc"
|
bool "ntpdc"
|
||||||
@ -63,8 +63,9 @@ config BR2_PACKAGE_NTP_NTPDC
|
|||||||
config BR2_PACKAGE_NTP_NTPQ
|
config BR2_PACKAGE_NTP_NTPQ
|
||||||
bool "ntpq"
|
bool "ntpq"
|
||||||
help
|
help
|
||||||
The ntpq utility program is used to query NTP servers requesting
|
The ntpq utility program is used to query NTP servers
|
||||||
information about current state and/or changes in that state.
|
requesting information about current state and/or changes in
|
||||||
|
that state.
|
||||||
|
|
||||||
config BR2_PACKAGE_NTP_NTPSNMPD
|
config BR2_PACKAGE_NTP_NTPSNMPD
|
||||||
bool "ntpsnmpd"
|
bool "ntpsnmpd"
|
||||||
@ -76,16 +77,16 @@ config BR2_PACKAGE_NTP_NTPSNMPD
|
|||||||
config BR2_PACKAGE_NTP_NTPTIME
|
config BR2_PACKAGE_NTP_NTPTIME
|
||||||
bool "ntptime"
|
bool "ntptime"
|
||||||
help
|
help
|
||||||
The ntptime utility program is used to read and set kernel time
|
The ntptime utility program is used to read and set kernel
|
||||||
variables.
|
time variables.
|
||||||
|
|
||||||
config BR2_PACKAGE_NTP_NTPTRACE
|
config BR2_PACKAGE_NTP_NTPTRACE
|
||||||
bool "ntptrace"
|
bool "ntptrace"
|
||||||
depends on BR2_PACKAGE_PERL
|
depends on BR2_PACKAGE_PERL
|
||||||
help
|
help
|
||||||
ntptrace is a perl script that uses the ntpq utility program to
|
ntptrace is a perl script that uses the ntpq utility program
|
||||||
follow the chain of NTP servers from a given host back to the
|
to follow the chain of NTP servers from a given host back to
|
||||||
primary time source
|
the primary time source
|
||||||
|
|
||||||
config BR2_PACKAGE_NTP_TICKADJ
|
config BR2_PACKAGE_NTP_TICKADJ
|
||||||
bool "tickadj"
|
bool "tickadj"
|
||||||
|
@ -9,9 +9,10 @@ config BR2_PACKAGE_NUT
|
|||||||
help
|
help
|
||||||
Network UPS tools
|
Network UPS tools
|
||||||
|
|
||||||
The primary goal of the Network UPS Tools (NUT) project is to provide
|
The primary goal of the Network UPS Tools (NUT) project is
|
||||||
support for Power Devices, such as Uninterruptible Power Supplies,
|
to provide support for Power Devices, such as
|
||||||
Power Distribution Units and Solar Controllers.
|
Uninterruptible Power Supplies, Power Distribution Units and
|
||||||
|
Solar Controllers.
|
||||||
|
|
||||||
http://www.networkupstools.org/
|
http://www.networkupstools.org/
|
||||||
|
|
||||||
@ -20,7 +21,7 @@ if BR2_PACKAGE_NUT
|
|||||||
config BR2_PACKAGE_NUT_DRIVERS
|
config BR2_PACKAGE_NUT_DRIVERS
|
||||||
string "drivers"
|
string "drivers"
|
||||||
help
|
help
|
||||||
Select the individual drivers to enable, in a comma-separated list.
|
Select the individual drivers to enable, in a
|
||||||
Leave empty for all.
|
comma-separated list. Leave empty for all.
|
||||||
|
|
||||||
endif # BR2_PACKAGE_NUT
|
endif # BR2_PACKAGE_NUT
|
||||||
|
@ -7,8 +7,8 @@ config BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES
|
|||||||
select BR2_PACKAGE_HAS_LIBGLES
|
select BR2_PACKAGE_HAS_LIBGLES
|
||||||
select BR2_PACKAGE_HAS_LIBOPENMAX
|
select BR2_PACKAGE_HAS_LIBOPENMAX
|
||||||
help
|
help
|
||||||
Those packages provide libraries, drivers and firmware that comes from
|
Those packages provide libraries, drivers and firmware that
|
||||||
NVIDIA Linux For Tegra.
|
comes from NVIDIA Linux For Tegra.
|
||||||
|
|
||||||
https://developer.nvidia.com/linux-tegra
|
https://developer.nvidia.com/linux-tegra
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_ODHCP6C
|
|||||||
bool "odhcp6c"
|
bool "odhcp6c"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux
|
odhcp6c is a minimal DHCPv6 and RA-client for use in
|
||||||
systems, especially routers.
|
embedded Linux systems, especially routers.
|
||||||
|
|
||||||
https://github.com/sbyx/odhcp6c
|
https://github.com/sbyx/odhcp6c
|
||||||
|
@ -7,11 +7,13 @@ config BR2_PACKAGE_OMNIORB
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
omniORB is a robust high performance CORBA ORB for C++ and Python.
|
omniORB is a robust high performance CORBA ORB for C++ and
|
||||||
omniORB is largely CORBA 2.6 compliant. omniORB is one of only
|
Python.
|
||||||
three ORBs to have been awarded the Open Group's Open Brand for
|
omniORB is largely CORBA 2.6 compliant. omniORB is one of
|
||||||
CORBA. This means that omniORB has been tested and certified
|
only three ORBs to have been awarded the Open Group's Open
|
||||||
CORBA compliant, to version 2.1 of the CORBA specification.
|
Brand for CORBA. This means that omniORB has been tested and
|
||||||
|
certified CORBA compliant, to version 2.1 of the CORBA
|
||||||
|
specification.
|
||||||
|
|
||||||
http://omniorb.sourceforge.net/
|
http://omniorb.sourceforge.net/
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ config BR2_PACKAGE_OMXPLAYER
|
|||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
OMXPlayer is a commandline OMX player for the Raspberry Pi. It was
|
OMXPlayer is a commandline OMX player for the Raspberry
|
||||||
developed as a testbed for the XBMC Raspberry PI implementation
|
Pi. It was developed as a testbed for the XBMC Raspberry PI
|
||||||
and is quite handy to use standalone.
|
implementation and is quite handy to use standalone.
|
||||||
|
|
||||||
https://github.com/popcornmix/omxplayer
|
https://github.com/popcornmix/omxplayer
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ config BR2_PACKAGE_ON2_8170_MODULES
|
|||||||
depends on BR2_LINUX_KERNEL
|
depends on BR2_LINUX_KERNEL
|
||||||
depends on BR2_arm926t
|
depends on BR2_arm926t
|
||||||
help
|
help
|
||||||
Kernel modules for Hantro x170 hardware video decompression support.
|
Kernel modules for Hantro x170 hardware video decompression
|
||||||
|
support.
|
||||||
|
|
||||||
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
|
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
|
||||||
|
|
||||||
|
@ -2,8 +2,9 @@ config BR2_PACKAGE_OPENCORE_AMR
|
|||||||
bool "opencore-amr"
|
bool "opencore-amr"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Library of OpenCORE Framework implementation of Adaptive Multi Rate
|
Library of OpenCORE Framework implementation of Adaptive
|
||||||
Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
|
Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB)
|
||||||
|
speech codec.
|
||||||
|
|
||||||
http://opencore-amr.sourceforge.net/
|
http://opencore-amr.sourceforge.net/
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@ menuconfig BR2_PACKAGE_OPENCV
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
OpenCV (Open Source Computer Vision) is a library of programming
|
OpenCV (Open Source Computer Vision) is a library of
|
||||||
functions for real time computer vision.
|
programming functions for real time computer vision.
|
||||||
|
|
||||||
http://opencv.org/
|
http://opencv.org/
|
||||||
|
|
||||||
@ -135,8 +135,8 @@ config BR2_PACKAGE_OPENCV_LIB_SUPERRES
|
|||||||
select BR2_PACKAGE_OPENCV_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV_LIB_VIDEO
|
select BR2_PACKAGE_OPENCV_LIB_VIDEO
|
||||||
help
|
help
|
||||||
Include opencv_superres "super resolution" - module into the OpenCV
|
Include opencv_superres "super resolution" - module into the
|
||||||
build.
|
OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV_LIB_TS
|
config BR2_PACKAGE_OPENCV_LIB_TS
|
||||||
bool "ts (touchscreen)"
|
bool "ts (touchscreen)"
|
||||||
@ -290,7 +290,8 @@ config BR2_PACKAGE_OPENCV_WITH_V4L
|
|||||||
help
|
help
|
||||||
Enable Video 4 Linux support.
|
Enable Video 4 Linux support.
|
||||||
|
|
||||||
If the package libv4l is enabled, its support is automatically enabled.
|
If the package libv4l is enabled, its support is
|
||||||
|
automatically enabled.
|
||||||
|
|
||||||
comment "Install options"
|
comment "Install options"
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ menuconfig BR2_PACKAGE_OPENCV3
|
|||||||
depends on !BR2_PACKAGE_OPENCV
|
depends on !BR2_PACKAGE_OPENCV
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
OpenCV (Open Source Computer Vision) is a library of programming
|
OpenCV (Open Source Computer Vision) is a library of
|
||||||
functions for real time computer vision.
|
programming functions for real time computer vision.
|
||||||
|
|
||||||
Note that the opencv_core module and the opencv_hal library
|
Note that the opencv_core module and the opencv_hal library
|
||||||
are always built and installed, not matter which other
|
are always built and installed, not matter which other
|
||||||
@ -26,8 +26,8 @@ config BR2_PACKAGE_OPENCV3_LIB_CALIB3D
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
|
select BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
help
|
help
|
||||||
Include opencv_calib3d (camera calibration and 3d reconstruction) module
|
Include opencv_calib3d (camera calibration and 3d
|
||||||
into the OpenCV build.
|
reconstruction) module into the OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
|
config BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
|
||||||
bool "features2d"
|
bool "features2d"
|
||||||
@ -35,15 +35,15 @@ config BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_ML
|
select BR2_PACKAGE_OPENCV3_LIB_ML
|
||||||
help
|
help
|
||||||
Include opencv_features2d (2d features framework) module into the OpenCV
|
Include opencv_features2d (2d features framework) module
|
||||||
build.
|
into the OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_FLANN
|
config BR2_PACKAGE_OPENCV3_LIB_FLANN
|
||||||
bool "flann"
|
bool "flann"
|
||||||
# opencv_core dependency is already enabled
|
# opencv_core dependency is already enabled
|
||||||
help
|
help
|
||||||
Include opencv_flann (clustering and search in multi-dimensional spaces)
|
Include opencv_flann (clustering and search in
|
||||||
module into the OpenCV build.
|
multi-dimensional spaces) module into the OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
|
config BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
|
||||||
bool "highgui"
|
bool "highgui"
|
||||||
@ -51,8 +51,8 @@ config BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_VIDEOIO
|
select BR2_PACKAGE_OPENCV3_LIB_VIDEOIO
|
||||||
help
|
help
|
||||||
Include opencv_highgui (high-level gui and media i/o) module into the
|
Include opencv_highgui (high-level gui and media i/o) module
|
||||||
OpenCV build.
|
into the OpenCV build.
|
||||||
|
|
||||||
if BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
|
if BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
|
||||||
|
|
||||||
@ -89,7 +89,8 @@ config BR2_PACKAGE_OPENCV3_WITH_QT
|
|||||||
select BR2_PACKAGE_QT_GUI_MODULE
|
select BR2_PACKAGE_QT_GUI_MODULE
|
||||||
select BR2_PACKAGE_QT_TEST
|
select BR2_PACKAGE_QT_TEST
|
||||||
help
|
help
|
||||||
Use Qt4 with QtTest and QtGui modules and STL support, as GUI toolkit.
|
Use Qt4 with QtTest and QtGui modules and STL support, as
|
||||||
|
GUI toolkit.
|
||||||
|
|
||||||
comment "qt4 support needs qt"
|
comment "qt4 support needs qt"
|
||||||
depends on BR2_USE_MMU # qt
|
depends on BR2_USE_MMU # qt
|
||||||
@ -103,8 +104,8 @@ config BR2_PACKAGE_OPENCV3_WITH_QT5
|
|||||||
select BR2_PACKAGE_QT5BASE_GUI
|
select BR2_PACKAGE_QT5BASE_GUI
|
||||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||||
help
|
help
|
||||||
Use Qt5 with base, concurrent, test, gui and widgets components, as GUI
|
Use Qt5 with base, concurrent, test, gui and widgets
|
||||||
toolkit.
|
components, as GUI toolkit.
|
||||||
|
|
||||||
comment "qt5 support needs qt5"
|
comment "qt5 support needs qt5"
|
||||||
depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5
|
depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5
|
||||||
@ -133,19 +134,22 @@ config BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
|
|||||||
bool "imgcodecs"
|
bool "imgcodecs"
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
help
|
help
|
||||||
Include opencv_imgcodecs (image codecs) module into the OpenCV build.
|
Include opencv_imgcodecs (image codecs) module into the
|
||||||
|
OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
config BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
bool "imgproc"
|
bool "imgproc"
|
||||||
# opencv_core dependency is already enabled
|
# opencv_core dependency is already enabled
|
||||||
help
|
help
|
||||||
Include opencv_imgproc (image processing) module into the OpenCV build.
|
Include opencv_imgproc (image processing) module into the
|
||||||
|
OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_ML
|
config BR2_PACKAGE_OPENCV3_LIB_ML
|
||||||
bool "ml"
|
bool "ml"
|
||||||
# opencv_core dependency is already enabled
|
# opencv_core dependency is already enabled
|
||||||
help
|
help
|
||||||
Include opencv_ml (machine learning) module into the OpenCV build.
|
Include opencv_ml (machine learning) module into the OpenCV
|
||||||
|
build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
|
config BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
|
||||||
bool "objdetect"
|
bool "objdetect"
|
||||||
@ -153,14 +157,15 @@ config BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_ML
|
select BR2_PACKAGE_OPENCV3_LIB_ML
|
||||||
help
|
help
|
||||||
Include opencv_objdetect (object detection) module into the OpenCV build.
|
Include opencv_objdetect (object detection) module into the
|
||||||
|
OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_PHOTO
|
config BR2_PACKAGE_OPENCV3_LIB_PHOTO
|
||||||
bool "photo"
|
bool "photo"
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
help
|
help
|
||||||
Include opencv_photo (computational photography) module into the OpenCV
|
Include opencv_photo (computational photography) module into
|
||||||
build.
|
the OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_PYTHON
|
config BR2_PACKAGE_OPENCV3_LIB_PYTHON
|
||||||
bool "python"
|
bool "python"
|
||||||
@ -168,8 +173,8 @@ config BR2_PACKAGE_OPENCV3_LIB_PYTHON
|
|||||||
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
||||||
select BR2_PACKAGE_PYTHON_NUMPY
|
select BR2_PACKAGE_PYTHON_NUMPY
|
||||||
help
|
help
|
||||||
Include opencv_python module into the OpenCV build.
|
Include opencv_python module into the OpenCV build. No
|
||||||
No python example is installed.
|
python example is installed.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_SHAPE
|
config BR2_PACKAGE_OPENCV3_LIB_SHAPE
|
||||||
bool "shape"
|
bool "shape"
|
||||||
@ -177,8 +182,8 @@ config BR2_PACKAGE_OPENCV3_LIB_SHAPE
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
||||||
help
|
help
|
||||||
Include opencv_shape (shape descriptors and matchers) module into the
|
Include opencv_shape (shape descriptors and matchers) module
|
||||||
OpenCV build.
|
into the OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_STITCHING
|
config BR2_PACKAGE_OPENCV3_LIB_STITCHING
|
||||||
bool "stitching"
|
bool "stitching"
|
||||||
@ -187,14 +192,16 @@ config BR2_PACKAGE_OPENCV3_LIB_STITCHING
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
|
select BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
|
||||||
help
|
help
|
||||||
Include opencv_stitching (images stitching) module into the OpenCV build.
|
Include opencv_stitching (images stitching) module into the
|
||||||
|
OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_SUPERRES
|
config BR2_PACKAGE_OPENCV3_LIB_SUPERRES
|
||||||
bool "superres"
|
bool "superres"
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
||||||
help
|
help
|
||||||
Include opencv_superres (super resolution) module into the OpenCV build.
|
Include opencv_superres (super resolution) module into the
|
||||||
|
OpenCV build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_TS
|
config BR2_PACKAGE_OPENCV3_LIB_TS
|
||||||
bool "ts"
|
bool "ts"
|
||||||
@ -211,13 +218,15 @@ config BR2_PACKAGE_OPENCV3_LIB_VIDEOIO
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
|
select BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
help
|
help
|
||||||
Include opencv_videoio (media i/o) module into the OpenCV build.
|
Include opencv_videoio (media i/o) module into the OpenCV
|
||||||
|
build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
config BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
||||||
bool "video"
|
bool "video"
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
help
|
help
|
||||||
Include opencv_video (video analysis) module into the OpenCV build.
|
Include opencv_video (video analysis) module into the OpenCV
|
||||||
|
build.
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_LIB_VIDEOSTAB
|
config BR2_PACKAGE_OPENCV3_LIB_VIDEOSTAB
|
||||||
bool "videostab"
|
bool "videostab"
|
||||||
@ -227,8 +236,8 @@ config BR2_PACKAGE_OPENCV3_LIB_VIDEOSTAB
|
|||||||
select BR2_PACKAGE_OPENCV3_LIB_PHOTO
|
select BR2_PACKAGE_OPENCV3_LIB_PHOTO
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
|
||||||
help
|
help
|
||||||
Include opencv_videostab (video stabilization) module into the OpenCV
|
Include opencv_videostab (video stabilization) module into
|
||||||
build.
|
the OpenCV build.
|
||||||
|
|
||||||
comment "Test sets"
|
comment "Test sets"
|
||||||
config BR2_PACKAGE_OPENCV3_BUILD_TESTS
|
config BR2_PACKAGE_OPENCV3_BUILD_TESTS
|
||||||
@ -318,16 +327,17 @@ config BR2_PACKAGE_OPENCV3_WITH_V4L
|
|||||||
help
|
help
|
||||||
Enable Video 4 Linux support.
|
Enable Video 4 Linux support.
|
||||||
|
|
||||||
If the package libv4l is enabled, its support is automatically enabled.
|
If the package libv4l is enabled, its support is
|
||||||
|
automatically enabled.
|
||||||
|
|
||||||
comment "Install options"
|
comment "Install options"
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV3_INSTALL_DATA
|
config BR2_PACKAGE_OPENCV3_INSTALL_DATA
|
||||||
bool "install extra data"
|
bool "install extra data"
|
||||||
help
|
help
|
||||||
Install various data that is used by cv libraries and/or demo
|
Install various data that is used by cv libraries and/or
|
||||||
applications, specifically for haarcascades and lbpcascades
|
demo applications, specifically for haarcascades and
|
||||||
features.
|
lbpcascades features.
|
||||||
|
|
||||||
For further information: see OpenCV documentation.
|
For further information: see OpenCV documentation.
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ config BR2_PACKAGE_OPENLDAP
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_USE_MMU # needs fork()
|
depends on BR2_USE_MMU # needs fork()
|
||||||
help
|
help
|
||||||
OpenLDAP Software is an open source implementation of
|
OpenLDAP Software is an open source implementation of the
|
||||||
the Lightweight Directory Access Protocol.
|
Lightweight Directory Access Protocol.
|
||||||
|
|
||||||
This only installs client-side support.
|
This only installs client-side support.
|
||||||
|
|
||||||
@ -16,9 +16,9 @@ config BR2_PACKAGE_OPENLDAP_CLIENTS
|
|||||||
bool "openldap client binaries"
|
bool "openldap client binaries"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Install the OpenLDAP client tools (ldapadd, ldapcompare, ldapdelete,
|
Install the OpenLDAP client tools (ldapadd, ldapcompare,
|
||||||
ldapexop, ldapmodify, ldapmodrdn, ldappasswd, ldapsearch, ldapurl,
|
ldapdelete, ldapexop, ldapmodify, ldapmodrdn, ldappasswd,
|
||||||
ldapwhoami)
|
ldapsearch, ldapurl, ldapwhoami)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -4,7 +4,8 @@ config BR2_PACKAGE_OPENSSH
|
|||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
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
|
||||||
tools. The standard 'ssh', 'sshd', 'scp', and friends.
|
connectivity tools. The standard 'ssh', 'sshd', 'scp', and
|
||||||
|
friends.
|
||||||
|
|
||||||
http://www.openssh.com/
|
http://www.openssh.com/
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_OPENTYRIAN_DATA
|
|||||||
bool "OpenTyrian data"
|
bool "OpenTyrian data"
|
||||||
depends on BR2_PACKAGE_OPENTYRIAN
|
depends on BR2_PACKAGE_OPENTYRIAN
|
||||||
help
|
help
|
||||||
Data files to use with OpenTyrian game. Currently only the original
|
Data files to use with OpenTyrian game. Currently only the
|
||||||
Tyrian 2.1 data files, that have been released as Freeware in 2004,
|
original Tyrian 2.1 data files, that have been released as
|
||||||
are compatible.
|
Freeware in 2004, are compatible.
|
||||||
|
|
||||||
http://code.google.com/p/opentyrian/wiki/FAQ
|
http://code.google.com/p/opentyrian/wiki/FAQ
|
||||||
|
@ -3,11 +3,11 @@ config BR2_PACKAGE_OPENTYRIAN
|
|||||||
select BR2_PACKAGE_SDL
|
select BR2_PACKAGE_SDL
|
||||||
select BR2_PACKAGE_OPENTYRIAN_DATA
|
select BR2_PACKAGE_OPENTYRIAN_DATA
|
||||||
help
|
help
|
||||||
OpenTyrian is a port of the DOS shoot-em-up Tyrian. It uses SDL,
|
OpenTyrian is a port of the DOS shoot-em-up Tyrian. It uses
|
||||||
making it easily cross-platform.
|
SDL, making it easily cross-platform.
|
||||||
It requires the original data files to run.
|
It requires the original data files to run.
|
||||||
A display with minimum 640x480 resolution and a keyboard are needed
|
A display with minimum 640x480 resolution and a keyboard are
|
||||||
to play the game.
|
needed to play the game.
|
||||||
If you want some sound, activate ALSA with OSS emulation.
|
If you want some sound, activate ALSA with OSS emulation.
|
||||||
|
|
||||||
https://bitbucket.org/opentyrian/opentyrian/wiki/Home
|
https://bitbucket.org/opentyrian/opentyrian/wiki/Home
|
||||||
|
@ -14,10 +14,11 @@ config BR2_PACKAGE_OPENVMTOOLS
|
|||||||
|
|
||||||
http://open-vm-tools.sourceforge.net/
|
http://open-vm-tools.sourceforge.net/
|
||||||
|
|
||||||
ICU locales, Xerces, and X11 tools are currently not supported.
|
ICU locales, Xerces, and X11 tools are currently not
|
||||||
|
supported.
|
||||||
|
|
||||||
NOTE: Support for vmblock-fuse will be enabled in openvmtools if the
|
NOTE: Support for vmblock-fuse will be enabled in
|
||||||
libfuse package is selected.
|
openvmtools if the libfuse package is selected.
|
||||||
|
|
||||||
if BR2_PACKAGE_OPENVMTOOLS
|
if BR2_PACKAGE_OPENVMTOOLS
|
||||||
|
|
||||||
|
@ -5,10 +5,10 @@ config BR2_PACKAGE_OPENZWAVE
|
|||||||
depends on BR2_PACKAGE_HAS_UDEV
|
depends on BR2_PACKAGE_HAS_UDEV
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Free software library that interfaces with selected Z-Wave PC
|
Free software library that interfaces with selected Z-Wave
|
||||||
controllers, allowing anyone to create applications that manipulate
|
PC controllers, allowing anyone to create applications that
|
||||||
and respond to devices on a Z-Wave network, without requiring
|
manipulate and respond to devices on a Z-Wave network,
|
||||||
in-depth knowledge of the Z-Wave protocol
|
without requiring in-depth knowledge of the Z-Wave protocol
|
||||||
|
|
||||||
http://www.openzwave.net
|
http://www.openzwave.net
|
||||||
|
|
||||||
|
@ -8,13 +8,14 @@ config BR2_PACKAGE_OPKG
|
|||||||
depends on BR2_USE_WCHAR # libarchive
|
depends on BR2_USE_WCHAR # libarchive
|
||||||
select BR2_PACKAGE_LIBARCHIVE
|
select BR2_PACKAGE_LIBARCHIVE
|
||||||
help
|
help
|
||||||
Opkg is a lightweight package management system, based on ipkg. It is
|
Opkg is a lightweight package management system, based on
|
||||||
written in C and resembles apt/dpkg in operation. It is intended for
|
ipkg. It is written in C and resembles apt/dpkg in
|
||||||
use on embedded Linux devices.
|
operation. It is intended for use on embedded Linux devices.
|
||||||
Opkg is maintained, stable, robust and conservative in its memory
|
Opkg is maintained, stable, robust and conservative in its
|
||||||
usage, despite its buggy ipkg ancestry. As best it can, opkg
|
memory usage, despite its buggy ipkg ancestry. As best it
|
||||||
maintains backwards compatibility with ipkg and conforms to a subset
|
can, opkg maintains backwards compatibility with ipkg and
|
||||||
of debian's policy manual regarding control files.
|
conforms to a subset of debian's policy manual regarding
|
||||||
|
control files.
|
||||||
|
|
||||||
http://code.google.com/p/opkg/
|
http://code.google.com/p/opkg/
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_OPUSFILE
|
|||||||
select BR2_PACKAGE_LIBOGG
|
select BR2_PACKAGE_LIBOGG
|
||||||
select BR2_PACKAGE_OPUS
|
select BR2_PACKAGE_OPUS
|
||||||
help
|
help
|
||||||
A convenient high-level API for decoding and basic manipulation
|
A convenient high-level API for decoding and basic
|
||||||
of all Ogg Opus audio streams.
|
manipulation of all Ogg Opus audio streams.
|
||||||
|
|
||||||
http://opus-codec.org
|
http://opus-codec.org
|
||||||
|
@ -6,8 +6,8 @@ config BR2_PACKAGE_ORBIT
|
|||||||
select BR2_PACKAGE_LUAFILESYSTEM
|
select BR2_PACKAGE_LUAFILESYSTEM
|
||||||
select BR2_PACKAGE_WSAPI_XAVANTE
|
select BR2_PACKAGE_WSAPI_XAVANTE
|
||||||
help
|
help
|
||||||
An MVC web framework for Lua. The design is inspired by lightweight
|
An MVC web framework for Lua. The design is inspired by
|
||||||
Ruby frameworks such as Camping
|
lightweight Ruby frameworks such as Camping
|
||||||
|
|
||||||
http://keplerproject.github.com/orbit
|
http://keplerproject.github.com/orbit
|
||||||
|
|
||||||
|
@ -3,9 +3,11 @@ config BR2_PACKAGE_OWL_LINUX
|
|||||||
depends on BR2_LINUX_KERNEL
|
depends on BR2_LINUX_KERNEL
|
||||||
depends on (BR2_arm920t || BR2_arm922t || BR2_arm926t)
|
depends on (BR2_arm920t || BR2_arm922t || BR2_arm926t)
|
||||||
help
|
help
|
||||||
Linux kernel driver for the H&D Wireless SPB104 SD-card WiFi SIP.
|
Linux kernel driver for the H&D Wireless SPB104 SD-card WiFi
|
||||||
|
SIP.
|
||||||
|
|
||||||
owl-linux requires the hidden kernel option WIRELESS_EXT enabled.
|
owl-linux requires the hidden kernel option WIRELESS_EXT
|
||||||
|
enabled.
|
||||||
|
|
||||||
http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
|
http://linux.hd-wireless.se/bin/view/Linux/GettingStarted
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ config BR2_PACKAGE_P7ZIP
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
p7zip is a quick port of the command line version of 7-zip for Unix.
|
p7zip is a quick port of the command line version of 7-zip
|
||||||
(see http://www.7-zip.org)
|
for Unix (see http://www.7-zip.org)
|
||||||
|
|
||||||
7-Zip is a file archiver with highest compression ratio.
|
7-Zip is a file archiver with highest compression ratio.
|
||||||
|
|
||||||
|
@ -13,11 +13,12 @@ config BR2_PACKAGE_PANGO
|
|||||||
select BR2_PACKAGE_HARFBUZZ
|
select BR2_PACKAGE_HARFBUZZ
|
||||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
Pango is a library for laying out and rendering of text, with an
|
Pango is a library for laying out and rendering of text,
|
||||||
emphasis on internationalization. Pango can be used anywhere that
|
with an emphasis on internationalization. Pango can be used
|
||||||
text layout is needed, though most of the work on Pango so far has
|
anywhere that text layout is needed, though most of the work
|
||||||
been done in the context of the GTK+ widget toolkit. Pango forms the
|
on Pango so far has been done in the context of the GTK+
|
||||||
core of text and font handling for GTK+-2.x.
|
widget toolkit. Pango forms the core of text and font
|
||||||
|
handling for GTK+-2.x.
|
||||||
|
|
||||||
http://www.pango.org/
|
http://www.pango.org/
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ config BR2_PACKAGE_PATCH
|
|||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
help
|
help
|
||||||
Take patch files (containing difference listings) and apply them
|
Take patch files (containing difference listings) and apply
|
||||||
to original files, producing patched versions.
|
them to original files, producing patched versions.
|
||||||
|
|
||||||
http://www.gnu.org/software/patch/
|
http://www.gnu.org/software/patch/
|
||||||
|
|
||||||
|
@ -11,9 +11,9 @@ config BR2_PACKAGE_PCMANFM
|
|||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11
|
select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11
|
||||||
help
|
help
|
||||||
PCMan File Manager (PCManFM) is a file manager application developed
|
PCMan File Manager (PCManFM) is a file manager application
|
||||||
by Hong Jen Yee from Taiwan which is meant to be a replacement for
|
developed by Hong Jen Yee from Taiwan which is meant to be a
|
||||||
Nautilus, Konqueror and Thunar.
|
replacement for Nautilus, Konqueror and Thunar.
|
||||||
|
|
||||||
http://wiki.lxde.org/en/PCManFM
|
http://wiki.lxde.org/en/PCManFM
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
|
|
||||||
config BR2_PACKAGE_PCRE2
|
config BR2_PACKAGE_PCRE2
|
||||||
bool "pcre2"
|
bool "pcre2"
|
||||||
help
|
help
|
||||||
Perl Compatible Regular Expressions. By default, only the
|
Perl Compatible Regular Expressions. By default, only the
|
||||||
8-bits libpcre2 is built. To get the 16-bits and/or 32-bits
|
8-bits libpcre2 is built. To get the 16-bits and/or 32-bits
|
||||||
variants libpcre2-16/libpcre2-32, use the package sub-options.
|
variants libpcre2-16/libpcre2-32, use the package
|
||||||
|
sub-options.
|
||||||
|
|
||||||
http://www.pcre.org/
|
http://www.pcre.org/
|
||||||
|
|
||||||
@ -12,11 +14,13 @@ if BR2_PACKAGE_PCRE2
|
|||||||
config BR2_PACKAGE_PCRE2_16
|
config BR2_PACKAGE_PCRE2_16
|
||||||
bool "16-bit pcre2"
|
bool "16-bit pcre2"
|
||||||
help
|
help
|
||||||
This option builds the 16-bits pcre2 library, i.e 'libpcre2-16'
|
This option builds the 16-bits pcre2 library, i.e
|
||||||
|
'libpcre2-16'
|
||||||
|
|
||||||
config BR2_PACKAGE_PCRE2_32
|
config BR2_PACKAGE_PCRE2_32
|
||||||
bool "32-bit pcre2"
|
bool "32-bit pcre2"
|
||||||
help
|
help
|
||||||
This option builds the 32-bits pcre2 library, i.e 'libpcre2-32'
|
This option builds the 32-bits pcre2 library, i.e
|
||||||
|
'libpcre2-32'
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -5,6 +5,7 @@ config BR2_PACKAGE_PDBG
|
|||||||
Power8 and Power9 CPU over FSI.
|
Power8 and Power9 CPU over FSI.
|
||||||
|
|
||||||
pdbg runs on a BMC, which is generally an ARM-powered system
|
pdbg runs on a BMC, which is generally an ARM-powered system
|
||||||
monitoring/controlling a host CPU. It can also run on the host.
|
monitoring/controlling a host CPU. It can also run on the
|
||||||
|
host.
|
||||||
|
|
||||||
https://github.com/open-power/pdbg
|
https://github.com/open-power/pdbg
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_HTTP_DAEMON
|
|||||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
||||||
help
|
help
|
||||||
Instances of the `HTTP::Daemon' class are HTTP/1.1 servers that listen
|
Instances of the `HTTP::Daemon' class are HTTP/1.1 servers
|
||||||
on a socket for incoming requests.
|
that listen on a socket for incoming requests.
|
||||||
|
|
||||||
http://github.com/gisle/http-daemon
|
http://github.com/gisle/http-daemon
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_PERL_HTTP_DATE
|
config BR2_PACKAGE_PERL_HTTP_DATE
|
||||||
bool "perl-http-date"
|
bool "perl-http-date"
|
||||||
help
|
help
|
||||||
This module provides functions that deal the date formats used by the
|
This module provides functions that deal the date formats
|
||||||
HTTP protocol (and then some more)
|
used by the HTTP protocol (and then some more)
|
||||||
|
|
||||||
https://github.com/gisle/http-date
|
https://github.com/gisle/http-date
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
|
|||||||
bool "perl-http-negotiate"
|
bool "perl-http-negotiate"
|
||||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||||
help
|
help
|
||||||
This module provides a complete implementation of the HTTP content
|
This module provides a complete implementation of the HTTP
|
||||||
negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps
|
content negotiation algorithm specified in
|
||||||
chapter 12.
|
draft-ietf-http-v11-spec-00.ps chapter 12.
|
||||||
|
|
||||||
http://github.com/gisle/http-negotiate
|
http://github.com/gisle/http-negotiate
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PERL_IO_HTML
|
config BR2_PACKAGE_PERL_IO_HTML
|
||||||
bool "perl-io-html"
|
bool "perl-io-html"
|
||||||
help
|
help
|
||||||
Perl module that opens a file and performs automatic charset detection
|
Perl module that opens a file and performs automatic charset
|
||||||
|
detection
|
||||||
|
|
||||||
https://github.com/madsen/io-html
|
https://github.com/madsen/io-html
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
config BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
||||||
bool "perl-lwp-mediatypes"
|
bool "perl-lwp-mediatypes"
|
||||||
help
|
help
|
||||||
This module provides functions for handling media (also known as MIME)
|
This module provides functions for handling media (also
|
||||||
types and encodings.
|
known as MIME) types and encodings.
|
||||||
|
|
||||||
https://github.com/gisle/lwp-mediatypes
|
https://github.com/gisle/lwp-mediatypes
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_PERL_MIME_BASE64
|
|||||||
bool "perl-mime-base64"
|
bool "perl-mime-base64"
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
This package contains a base64 encoder/decoder and a quoted-printable
|
This package contains a base64 encoder/decoder and a
|
||||||
encoder/decoder.
|
quoted-printable encoder/decoder.
|
||||||
|
|
||||||
http://github.com/gisle/mime-base64
|
http://github.com/gisle/mime-base64
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_WWW_ROBOTRULES
|
|||||||
bool "perl-www-robotrules"
|
bool "perl-www-robotrules"
|
||||||
select BR2_PACKAGE_PERL_URI
|
select BR2_PACKAGE_PERL_URI
|
||||||
help
|
help
|
||||||
This module provides functions that deal the date formats used by the
|
This module provides functions that deal the date formats
|
||||||
HTTP protocol (and then some more)
|
used by the HTTP protocol (and then some more)
|
||||||
|
|
||||||
http://github.com/gisle/www-robotrules
|
http://github.com/gisle/www-robotrules
|
||||||
|
@ -3,8 +3,8 @@ config BR2_PACKAGE_PERL
|
|||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Larry Wall's Practical Extraction and Report Language
|
Larry Wall's Practical Extraction and Report Language
|
||||||
An interpreted scripting language, known among some as "Unix's Swiss
|
An interpreted scripting language, known among some as
|
||||||
Army Chainsaw".
|
"Unix's Swiss Army Chainsaw".
|
||||||
|
|
||||||
http://www.perl.org/
|
http://www.perl.org/
|
||||||
|
|
||||||
@ -13,8 +13,8 @@ if BR2_PACKAGE_PERL
|
|||||||
config BR2_PACKAGE_PERL_MODULES
|
config BR2_PACKAGE_PERL_MODULES
|
||||||
string "custom module selection"
|
string "custom module selection"
|
||||||
help
|
help
|
||||||
List of space-separated perl modules (without .pm) to copy to the
|
List of space-separated perl modules (without .pm) to copy
|
||||||
rootfs.
|
to the rootfs.
|
||||||
|
|
||||||
Examples: constant Getopt/Std Time/Local
|
Examples: constant Getopt/Std Time/Local
|
||||||
|
|
||||||
|
@ -5,14 +5,15 @@ config BR2_PACKAGE_PHIDGETWEBSERVICE
|
|||||||
select BR2_PACKAGE_LIBPHIDGET
|
select BR2_PACKAGE_LIBPHIDGET
|
||||||
help
|
help
|
||||||
phidgetwebservice (the Phidget WebService) provides an HTTP
|
phidgetwebservice (the Phidget WebService) provides an HTTP
|
||||||
front-end to the libphidget device control API. This provides
|
front-end to the libphidget device control API. This
|
||||||
an alternative to the libphidget C linkage interface for
|
provides an alternative to the libphidget C linkage
|
||||||
controlling locally attached Phidgets USB devices and it also
|
interface for controlling locally attached Phidgets USB
|
||||||
allows you to control Phidget USB devices remotely when the host
|
devices and it also allows you to control Phidget USB
|
||||||
running the phidgetwebservice has an exposed network interface.
|
devices remotely when the host running the phidgetwebservice
|
||||||
|
has an exposed network interface.
|
||||||
|
|
||||||
The phidgetwebservice client program uses the libphidget HTTP
|
The phidgetwebservice client program uses the libphidget
|
||||||
functions to send commands to the phidgetwebservice.
|
HTTP functions to send commands to the phidgetwebservice.
|
||||||
|
|
||||||
http://phidgets.com/
|
http://phidgets.com/
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@ config BR2_PACKAGE_PICOCOM
|
|||||||
bool "picocom"
|
bool "picocom"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
picocom is a minimal dumb-terminal emulation program. It is, in
|
picocom is a minimal dumb-terminal emulation program. It is,
|
||||||
principle, very much like minicom, only it's pico instead of mini!
|
in principle, very much like minicom, only it's pico instead
|
||||||
|
of mini!
|
||||||
|
|
||||||
https://github.com/npat-efault/picocom/
|
https://github.com/npat-efault/picocom/
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
config BR2_PACKAGE_PKGCONF
|
config BR2_PACKAGE_PKGCONF
|
||||||
bool "pkgconf"
|
bool "pkgconf"
|
||||||
help
|
help
|
||||||
pkgconf is a program which helps to configure compiler and linker
|
pkgconf is a program which helps to configure compiler and
|
||||||
flags for development frameworks. It is similar to pkg-config,
|
linker flags for development frameworks. It is similar to
|
||||||
but was written from scratch in the summer of 2011 to replace
|
pkg-config, but was written from scratch in the summer of
|
||||||
pkg-config, which now needs itself to build itself
|
2011 to replace pkg-config, which now needs itself to build
|
||||||
|
itself
|
||||||
|
|
||||||
https://github.com/pkgconf/pkgconf
|
https://github.com/pkgconf/pkgconf
|
||||||
|
@ -6,7 +6,8 @@ config BR2_PACKAGE_POPPLER
|
|||||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
|
Poppler is a PDF rendering library based on the xpdf-3.0
|
||||||
|
code base.
|
||||||
|
|
||||||
http://poppler.freedesktop.org/
|
http://poppler.freedesktop.org/
|
||||||
|
|
||||||
|
@ -8,7 +8,8 @@ config BR2_PACKAGE_POWERTOP
|
|||||||
select BR2_PACKAGE_PCIUTILS
|
select BR2_PACKAGE_PCIUTILS
|
||||||
select BR2_PACKAGE_LIBNL
|
select BR2_PACKAGE_LIBNL
|
||||||
help
|
help
|
||||||
A tool to diagnose issues with power consumption and power management
|
A tool to diagnose issues with power consumption and power
|
||||||
|
management
|
||||||
|
|
||||||
https://01.org/powertop/
|
https://01.org/powertop/
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PPS_TOOLS
|
config BR2_PACKAGE_PPS_TOOLS
|
||||||
bool "pps-tools"
|
bool "pps-tools"
|
||||||
help
|
help
|
||||||
Pulse per second tools. Provides timepps.h and other PPS utilities.
|
Pulse per second tools. Provides timepps.h and other PPS
|
||||||
|
utilities.
|
||||||
|
|
||||||
https://github.com/ago/pps-tools/
|
https://github.com/ago/pps-tools/
|
||||||
|
@ -4,8 +4,9 @@ config BR2_PACKAGE_PRBOOM
|
|||||||
select BR2_PACKAGE_SDL_MIXER
|
select BR2_PACKAGE_SDL_MIXER
|
||||||
select BR2_PACKAGE_SDL_NET
|
select BR2_PACKAGE_SDL_NET
|
||||||
help
|
help
|
||||||
PrBoom is a Doom client which allows you to play the good old game on
|
PrBoom is a Doom client which allows you to play the good
|
||||||
newer hardware. It even supports higher resolution and better
|
old game on newer hardware. It even supports higher
|
||||||
rendering, while still keeping the old style alive.
|
resolution and better rendering, while still keeping the old
|
||||||
|
style alive.
|
||||||
|
|
||||||
http://prboom.sourceforge.net/
|
http://prboom.sourceforge.net/
|
||||||
|
@ -17,7 +17,7 @@ config BR2_PACKAGE_PROFTPD_MOD_REDIS
|
|||||||
bool "mod_redis support"
|
bool "mod_redis support"
|
||||||
select BR2_PACKAGE_HIREDIS
|
select BR2_PACKAGE_HIREDIS
|
||||||
help
|
help
|
||||||
The mod_redis module enables ProFTPD support for caching data in Redis
|
The mod_redis module enables ProFTPD support for caching
|
||||||
servers, using the hiredis client library.
|
data in Redis servers, using the hiredis client library.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -34,8 +34,9 @@ config BR2_PACKAGE_PROTOBUF
|
|||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
Protocol buffers are Google's language-neutral, platform-neutral,
|
Protocol buffers are Google's language-neutral,
|
||||||
extensible mechanism for serializing structured data.
|
platform-neutral, extensible mechanism for serializing
|
||||||
|
structured data.
|
||||||
|
|
||||||
https://developers.google.com/protocol-buffers
|
https://developers.google.com/protocol-buffers
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ config BR2_PACKAGE_PROXYCHAINS_NG
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
Force any tcp connections to flow through a proxy (or proxy chain)
|
Force any tcp connections to flow through a proxy (or proxy
|
||||||
|
chain)
|
||||||
|
|
||||||
https://github.com/rofl0r/proxychains
|
https://github.com/rofl0r/proxychains
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ config BR2_PACKAGE_PSMISC
|
|||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
Helpful /proc related utilities such as pstree, fuser, and killall
|
Helpful /proc related utilities such as pstree, fuser, and
|
||||||
|
killall
|
||||||
|
|
||||||
https://gitlab.com/psmisc/psmisc
|
https://gitlab.com/psmisc/psmisc
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user