mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
merge help descriptions written by Tom Cameron
This commit is contained in:
parent
5d05aa8ed6
commit
ab798b88d9
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_AUTOCONF
|
config BR2_PACKAGE_AUTOCONF
|
||||||
bool "autoconf"
|
bool "autoconf"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Extensible program for developing configure scripts. These
|
||||||
|
scripts handle all the mundane system/feature detection.
|
||||||
|
|
||||||
|
http://www.gnu.org/software/autoconf/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_AUTOMAKE
|
config BR2_PACKAGE_AUTOMAKE
|
||||||
bool "automake"
|
bool "automake"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Tool for automatically generating Makefile's for input to
|
||||||
|
configure scripts (made by autoconf).
|
||||||
|
|
||||||
|
http://www.gnu.org/software/automake/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_BERKELEYDB
|
config BR2_PACKAGE_BERKELEYDB
|
||||||
bool "berkeleydb"
|
bool "berkeleydb"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
The Berkeley database. A very common library for database
|
||||||
|
applications.
|
||||||
|
|
||||||
|
http://www.sleepycat.com/products/db.shtml
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_BISON
|
config BR2_PACKAGE_BISON
|
||||||
bool "bison"
|
bool "bison"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
General-purpose parser generator that converts a
|
||||||
|
grammar description for an LALR context-free grammar into a C
|
||||||
|
program to parse that grammar.
|
||||||
|
|
||||||
|
http://www.gnu.org/software/bison/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_BOA
|
config BR2_PACKAGE_BOA
|
||||||
bool "boa"
|
bool "boa"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
A very small and very fast http daemon. Not intended as
|
||||||
|
a feature-packed server.
|
||||||
|
|
||||||
|
http://www.boa.org/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_BRIDGE
|
config BR2_PACKAGE_BRIDGE
|
||||||
bool "bridge"
|
bool "bridge"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Manage ethernet bridging; a way to connect networks together to
|
||||||
|
form a larger network.
|
||||||
|
|
||||||
|
http://bridge.sourceforge.net/
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_BZIP2
|
config BR2_PACKAGE_BZIP2
|
||||||
bool "bzip2"
|
bool "bzip2"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Freely available, patent free, high-quality data compressor.
|
||||||
|
It typically compresses files to within 10% to 15% of the best
|
||||||
|
available techniques, while being around twice as fast at
|
||||||
|
compression and six times faster at decompression.
|
||||||
|
|
||||||
|
http://sources.redhat.com/bzip2/
|
||||||
|
@ -2,7 +2,9 @@ config BR2_PACKAGE_COREUTILS
|
|||||||
bool "coreutils"
|
bool "coreutils"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
All of the basic file/text/shell utilities.
|
All of the basic file/text/shell utilities. These are the
|
||||||
|
core utilities which are expected to exist on every system.
|
||||||
|
Busybox implements many of the most common.
|
||||||
|
|
||||||
Things like:
|
Things like:
|
||||||
- chmod, cp, dd, dir, ls, etc...
|
- chmod, cp, dd, dir, ls, etc...
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_CUSTOMIZE
|
config BR2_PACKAGE_CUSTOMIZE
|
||||||
bool "customize"
|
bool "customize"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Add custom stuff to your buildroot.
|
||||||
|
|
||||||
|
(edit package/customize/customize.mk)
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_DHCP_RELAY
|
config BR2_PACKAGE_DHCP_RELAY
|
||||||
bool "dhcp_relay"
|
bool "dhcp_relay"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
DHCP relay agent from the ISC DHCP distribution.
|
||||||
|
|
||||||
|
http://www.isc.org/products/DHCP
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_ED
|
config BR2_PACKAGE_ED
|
||||||
bool "ed"
|
bool "ed"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
A line-oriented text editor. Used to create, display, modify,
|
||||||
|
and otherwise manipulate text files. Often used in scripts
|
||||||
|
rather than invoked directly.
|
||||||
|
|
||||||
|
http://www.gnu.org/software/ed/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_FLEX
|
config BR2_PACKAGE_FLEX
|
||||||
bool "flex"
|
bool "flex"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
A fast lexical analyser generator. A tool for generating
|
||||||
|
programs that perform pattern-matching on text.
|
||||||
|
|
||||||
|
http://www.gnu.org/software/flex/
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GAWK
|
config BR2_PACKAGE_GAWK
|
||||||
bool "gawk"
|
bool "gawk"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
A special-purpose programming language which is data driven
|
||||||
|
rather than procedural. Allows for simple data-reformatting jobs
|
||||||
|
with just a few lines of code.
|
||||||
|
|
||||||
|
http://www.gnu.org/software/gawk/
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GETTEXT
|
config BR2_PACKAGE_GETTEXT
|
||||||
bool "gettext"
|
bool "gettext"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
The GNU `gettext' utilities are a set of tools that provide a
|
||||||
|
framework to help other GNU packages produce multi-lingual
|
||||||
|
messages.
|
||||||
|
|
||||||
|
http://www.gnu.org/software/gettext/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user