mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/b*/Config.in: fix help text wrapping
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter b in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0896e3ed64
commit
4db9bbb475
@ -2,7 +2,7 @@ config BR2_PACKAGE_BABELD
|
|||||||
bool "babeld"
|
bool "babeld"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Babel is a loop-avoiding distance-vector routing protocol for IPv6
|
Babel is a loop-avoiding distance-vector routing protocol for
|
||||||
and IPv4 with fast convergence properties.
|
IPv6 and IPv4 with fast convergence properties.
|
||||||
|
|
||||||
http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
|
http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
|
||||||
|
@ -28,7 +28,8 @@ config BR2_PACKAGE_BATMAN_ADV_BATMAN_V
|
|||||||
bool "enable B.A.T.M.A.N. V protocol (experimental)"
|
bool "enable B.A.T.M.A.N. V protocol (experimental)"
|
||||||
help
|
help
|
||||||
Enables B.A.T.M.A.N. V network protocol.
|
Enables B.A.T.M.A.N. V network protocol.
|
||||||
This is the next-gen protocol and is experimental at this time.
|
This is the next-gen protocol and is experimental at this
|
||||||
|
time.
|
||||||
|
|
||||||
https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V
|
https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V
|
||||||
|
|
||||||
|
@ -6,9 +6,10 @@ config BR2_PACKAGE_BC
|
|||||||
areas. It supports interactive execution of statements. 'Bc'
|
areas. It supports interactive execution of statements. 'Bc'
|
||||||
is a utility included in the POSIX P1003.2/D11 draft standard.
|
is a utility included in the POSIX P1003.2/D11 draft standard.
|
||||||
This version does not use the historical method of having bc
|
This version does not use the historical method of having bc
|
||||||
be a compiler for the dc calculator (the POSIX document doesn't
|
be a compiler for the dc calculator (the POSIX document
|
||||||
specify how bc must be implemented). This version has a single
|
doesn't specify how bc must be implemented).
|
||||||
executable that both compiles the language and runs the resulting
|
This version has a single executable that both compiles the
|
||||||
'byte code.' The byte code is not the dc language.
|
language and runs the resulting 'byte code.' The byte code is
|
||||||
|
not the dc language.
|
||||||
|
|
||||||
http://www.gnu.org/software/bc
|
http://www.gnu.org/software/bc
|
||||||
|
@ -7,13 +7,14 @@ config BR2_PACKAGE_BCACHE_TOOLS
|
|||||||
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
||||||
help
|
help
|
||||||
Bcache is a Linux kernel block layer cache. It allows one or
|
Bcache is a Linux kernel block layer cache. It allows one or
|
||||||
more fast disk drives such as flash-based solid state drives (SSDs)
|
more fast disk drives such as flash-based solid state drives
|
||||||
to act as a cache for one or more slower hard disk drives.
|
(SSDs) to act as a cache for one or more slower hard disk
|
||||||
|
drives.
|
||||||
|
|
||||||
http://bcache.evilpiepirate.org/
|
http://bcache.evilpiepirate.org/
|
||||||
|
|
||||||
This is the user space bcache tools, required to setup the linux
|
This is the user space bcache tools, required to setup the
|
||||||
bcache feature of the Linux kernel.
|
linux bcache feature of the Linux kernel.
|
||||||
|
|
||||||
comment "bcache-tools needs udev /dev management"
|
comment "bcache-tools needs udev /dev management"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_BERKELEYDB
|
config BR2_PACKAGE_BERKELEYDB
|
||||||
bool "berkeleydb"
|
bool "berkeleydb"
|
||||||
help
|
help
|
||||||
The Berkeley database. A very common library for database
|
The Berkeley database. A very common library for
|
||||||
applications.
|
database applications.
|
||||||
|
|
||||||
http://www.sleepycat.com/products/db.shtml
|
http://www.sleepycat.com/products/db.shtml
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ config BR2_PACKAGE_BERKELEYDB_COMPAT185
|
|||||||
config BR2_PACKAGE_BERKELEYDB_TOOLS
|
config BR2_PACKAGE_BERKELEYDB_TOOLS
|
||||||
bool "install tools"
|
bool "install tools"
|
||||||
help
|
help
|
||||||
Install berkeleydb tools, mostly useful for debugging purposes.
|
Install berkeleydb tools, mostly useful for debugging
|
||||||
|
purposes.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -4,14 +4,16 @@ config BR2_PACKAGE_BIND
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
BIND (Berkeley Internet Name Domain) is an implementation of
|
BIND (Berkeley Internet Name Domain) is an
|
||||||
the Domain Name System (DNS) protocols and provides an openly
|
implementation of the Domain Name System (DNS) protocols
|
||||||
redistributable reference implementation of the major
|
and provides an openly redistributable reference
|
||||||
components of the Domain Name System, including:
|
implementation of the major components of the Domain
|
||||||
|
Name System, including:
|
||||||
|
|
||||||
* a Domain Name System server (named)
|
* a Domain Name System server (named)
|
||||||
* a Domain Name System resolver library
|
* a Domain Name System resolver library
|
||||||
* tools for verifying the proper operation of the DNS server
|
* tools for verifying the proper operation of the DNS
|
||||||
|
server
|
||||||
|
|
||||||
The BIND DNS Server is used on the vast majority of name
|
The BIND DNS Server is used on the vast majority of name
|
||||||
serving machines on the Internet, providing a robust and
|
serving machines on the Internet, providing a robust and
|
||||||
@ -19,7 +21,8 @@ config BR2_PACKAGE_BIND
|
|||||||
architecture can be built. The resolver library included in
|
architecture can be built. The resolver library included in
|
||||||
the BIND distribution provides the standard APIs for
|
the BIND distribution provides the standard APIs for
|
||||||
translation between domain names and Internet addresses and is
|
translation between domain names and Internet addresses and is
|
||||||
intended to be linked with applications requiring name service.
|
intended to be linked with applications requiring name
|
||||||
|
service.
|
||||||
|
|
||||||
http://www.isc.org/sw/bind/
|
http://www.isc.org/sw/bind/
|
||||||
|
|
||||||
|
@ -5,11 +5,11 @@ config BR2_PACKAGE_BIOSDEVNAME
|
|||||||
select BR2_PACKAGE_PCIUTILS
|
select BR2_PACKAGE_PCIUTILS
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Biosdevname is a udev helper that looks at various BIOS tables to
|
Biosdevname is a udev helper that looks at various BIOS tables
|
||||||
figure out what the actual hardware names are for Ethernet ports
|
to figure out what the actual hardware names are for Ethernet
|
||||||
and renames the ports accordingly. This has the advantage of
|
ports and renames the ports accordingly. This has the
|
||||||
always referring to the same port regardless of system or
|
advantage of always referring to the same port regardless of
|
||||||
hardware changes that might otherwise alter the typical ethX
|
system or hardware changes that might otherwise alter the
|
||||||
naming.
|
typical ethX naming.
|
||||||
|
|
||||||
http://linux.dell.com/biosdevname/
|
http://linux.dell.com/biosdevname/
|
||||||
|
@ -82,7 +82,8 @@ config BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS
|
|||||||
bool "build sixaxis plugin"
|
bool "build sixaxis plugin"
|
||||||
depends on BR2_PACKAGE_HAS_UDEV
|
depends on BR2_PACKAGE_HAS_UDEV
|
||||||
help
|
help
|
||||||
Build BlueZ 5.x sixaxis plugin (support Sony Dualshock controller)
|
Build BlueZ 5.x sixaxis plugin (support Sony Dualshock
|
||||||
|
controller)
|
||||||
|
|
||||||
comment "sixaxis plugin needs udev /dev management"
|
comment "sixaxis plugin needs udev /dev management"
|
||||||
depends on !BR2_PACKAGE_HAS_UDEV
|
depends on !BR2_PACKAGE_HAS_UDEV
|
||||||
|
@ -36,8 +36,9 @@ config BR2_PACKAGE_BLUEZ_UTILS_GATT
|
|||||||
bool "GATT support"
|
bool "GATT support"
|
||||||
select BR2_PACKAGE_READLINE
|
select BR2_PACKAGE_READLINE
|
||||||
help
|
help
|
||||||
Generic Attribute Profile (GATT) support. This provides profile
|
Generic Attribute Profile (GATT) support. This provides
|
||||||
discovery and description services for Bluetooth Low Energy.
|
profile discovery and description services for Bluetooth Low
|
||||||
|
Energy.
|
||||||
This will install the gatttool utility.
|
This will install the gatttool utility.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@ config BR2_PACKAGE_BMON
|
|||||||
select BR2_PACKAGE_LIBNL
|
select BR2_PACKAGE_LIBNL
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
bmon is a bandwidth monitor capable of retrieving statistics from
|
bmon is a bandwidth monitor capable of retrieving statistics
|
||||||
various input modules. It provides various output methods
|
from various input modules. It provides various output methods
|
||||||
including a curses based interface.
|
including a curses based interface.
|
||||||
|
|
||||||
https://github.com/tgraf/bmon/
|
https://github.com/tgraf/bmon/
|
||||||
|
@ -2,9 +2,9 @@ config BR2_PACKAGE_BOOTUTILS
|
|||||||
bool "bootutils"
|
bool "bootutils"
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
help
|
help
|
||||||
BootUtils is a collection of utilities to facilitate booting of
|
BootUtils is a collection of utilities to facilitate booting
|
||||||
Linux 2.6-based systems. The process of finding the root volume
|
of Linux 2.6-based systems. The process of finding the root
|
||||||
either by label or explicit label= on the kernel command line,
|
volume either by label or explicit label= on the kernel
|
||||||
mounting it, and 'switchroot'ing is automated.
|
command line, mounting it, and 'switchroot'ing is automated.
|
||||||
|
|
||||||
http://bootutils.sourceforge.net/
|
http://bootutils.sourceforge.net/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_BRIDGE_UTILS
|
config BR2_PACKAGE_BRIDGE_UTILS
|
||||||
bool "bridge-utils"
|
bool "bridge-utils"
|
||||||
help
|
help
|
||||||
Manage ethernet bridging; a way to connect networks together to
|
Manage ethernet bridging; a way to connect networks together
|
||||||
form a larger network.
|
to form a larger network.
|
||||||
|
|
||||||
https://git.kernel.org/cgit/linux/kernel/git/shemminger/bridge-utils.git/
|
https://git.kernel.org/cgit/linux/kernel/git/shemminger/bridge-utils.git/
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_BUSYBOX
|
|||||||
bool "BusyBox"
|
bool "BusyBox"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
The Swiss Army Knife of embedded Linux. It slices, it dices, it
|
The Swiss Army Knife of embedded Linux. It slices, it dices,
|
||||||
makes Julian Fries.
|
it makes Julian Fries.
|
||||||
|
|
||||||
http://busybox.net/
|
http://busybox.net/
|
||||||
|
|
||||||
@ -15,10 +15,12 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
|
|||||||
string "BusyBox configuration file to use?"
|
string "BusyBox configuration file to use?"
|
||||||
default "package/busybox/busybox.config"
|
default "package/busybox/busybox.config"
|
||||||
help
|
help
|
||||||
Some people may wish to use their own modified BusyBox configuration
|
Some people may wish to use their own modified BusyBox
|
||||||
file, and will specify their config file location with this option.
|
configuration file, and will specify their config file
|
||||||
|
location with this option.
|
||||||
|
|
||||||
Most people will just use the default BusyBox configuration file.
|
Most people will just use the default BusyBox configuration
|
||||||
|
file.
|
||||||
|
|
||||||
config BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES
|
config BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES
|
||||||
string "Additional BusyBox configuration fragment files"
|
string "Additional BusyBox configuration fragment files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user