mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08: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"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Babel is a loop-avoiding distance-vector routing protocol for IPv6
|
||||
and IPv4 with fast convergence properties.
|
||||
Babel is a loop-avoiding distance-vector routing protocol for
|
||||
IPv6 and IPv4 with fast convergence properties.
|
||||
|
||||
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)"
|
||||
help
|
||||
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
|
||||
|
||||
|
@ -6,9 +6,10 @@ config BR2_PACKAGE_BC
|
||||
areas. It supports interactive execution of statements. 'Bc'
|
||||
is a utility included in the POSIX P1003.2/D11 draft standard.
|
||||
This version does not use the historical method of having bc
|
||||
be a compiler for the dc calculator (the POSIX document doesn't
|
||||
specify how bc must be implemented). This version has a single
|
||||
executable that both compiles the language and runs the resulting
|
||||
'byte code.' The byte code is not the dc language.
|
||||
be a compiler for the dc calculator (the POSIX document
|
||||
doesn't specify how bc must be implemented).
|
||||
This version has a single executable that both compiles the
|
||||
language and runs the resulting 'byte code.' The byte code is
|
||||
not the dc language.
|
||||
|
||||
http://www.gnu.org/software/bc
|
||||
|
@ -7,13 +7,14 @@ config BR2_PACKAGE_BCACHE_TOOLS
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
||||
help
|
||||
Bcache is a Linux kernel block layer cache. It allows one or
|
||||
more fast disk drives such as flash-based solid state drives (SSDs)
|
||||
to act as a cache for one or more slower hard disk drives.
|
||||
more fast disk drives such as flash-based solid state drives
|
||||
(SSDs) to act as a cache for one or more slower hard disk
|
||||
drives.
|
||||
|
||||
http://bcache.evilpiepirate.org/
|
||||
|
||||
This is the user space bcache tools, required to setup the linux
|
||||
bcache feature of the Linux kernel.
|
||||
This is the user space bcache tools, required to setup the
|
||||
linux bcache feature of the Linux kernel.
|
||||
|
||||
comment "bcache-tools needs udev /dev management"
|
||||
depends on BR2_USE_MMU
|
||||
|
@ -1,8 +1,8 @@
|
||||
config BR2_PACKAGE_BERKELEYDB
|
||||
bool "berkeleydb"
|
||||
help
|
||||
The Berkeley database. A very common library for database
|
||||
applications.
|
||||
The Berkeley database. A very common library for
|
||||
database applications.
|
||||
|
||||
http://www.sleepycat.com/products/db.shtml
|
||||
|
||||
@ -16,6 +16,7 @@ config BR2_PACKAGE_BERKELEYDB_COMPAT185
|
||||
config BR2_PACKAGE_BERKELEYDB_TOOLS
|
||||
bool "install tools"
|
||||
help
|
||||
Install berkeleydb tools, mostly useful for debugging purposes.
|
||||
Install berkeleydb tools, mostly useful for debugging
|
||||
purposes.
|
||||
|
||||
endif
|
||||
|
@ -4,14 +4,16 @@ config BR2_PACKAGE_BIND
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
BIND (Berkeley Internet Name Domain) is an implementation of
|
||||
the Domain Name System (DNS) protocols and provides an openly
|
||||
redistributable reference implementation of the major
|
||||
components of the Domain Name System, including:
|
||||
BIND (Berkeley Internet Name Domain) is an
|
||||
implementation of the Domain Name System (DNS) protocols
|
||||
and provides an openly redistributable reference
|
||||
implementation of the major components of the Domain
|
||||
Name System, including:
|
||||
|
||||
* a Domain Name System server (named)
|
||||
* 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
|
||||
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
|
||||
the BIND distribution provides the standard APIs for
|
||||
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/
|
||||
|
||||
|
@ -5,11 +5,11 @@ config BR2_PACKAGE_BIOSDEVNAME
|
||||
select BR2_PACKAGE_PCIUTILS
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Biosdevname is a udev helper that looks at various BIOS tables to
|
||||
figure out what the actual hardware names are for Ethernet ports
|
||||
and renames the ports accordingly. This has the advantage of
|
||||
always referring to the same port regardless of system or
|
||||
hardware changes that might otherwise alter the typical ethX
|
||||
naming.
|
||||
Biosdevname is a udev helper that looks at various BIOS tables
|
||||
to figure out what the actual hardware names are for Ethernet
|
||||
ports and renames the ports accordingly. This has the
|
||||
advantage of always referring to the same port regardless of
|
||||
system or hardware changes that might otherwise alter the
|
||||
typical ethX naming.
|
||||
|
||||
http://linux.dell.com/biosdevname/
|
||||
|
@ -82,7 +82,8 @@ config BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS
|
||||
bool "build sixaxis plugin"
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
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"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
||||
|
@ -36,8 +36,9 @@ config BR2_PACKAGE_BLUEZ_UTILS_GATT
|
||||
bool "GATT support"
|
||||
select BR2_PACKAGE_READLINE
|
||||
help
|
||||
Generic Attribute Profile (GATT) support. This provides profile
|
||||
discovery and description services for Bluetooth Low Energy.
|
||||
Generic Attribute Profile (GATT) support. This provides
|
||||
profile discovery and description services for Bluetooth Low
|
||||
Energy.
|
||||
This will install the gatttool utility.
|
||||
endif
|
||||
|
||||
|
@ -5,8 +5,8 @@ config BR2_PACKAGE_BMON
|
||||
select BR2_PACKAGE_LIBNL
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
bmon is a bandwidth monitor capable of retrieving statistics from
|
||||
various input modules. It provides various output methods
|
||||
bmon is a bandwidth monitor capable of retrieving statistics
|
||||
from various input modules. It provides various output methods
|
||||
including a curses based interface.
|
||||
|
||||
https://github.com/tgraf/bmon/
|
||||
|
@ -2,9 +2,9 @@ config BR2_PACKAGE_BOOTUTILS
|
||||
bool "bootutils"
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
BootUtils is a collection of utilities to facilitate booting of
|
||||
Linux 2.6-based systems. The process of finding the root volume
|
||||
either by label or explicit label= on the kernel command line,
|
||||
mounting it, and 'switchroot'ing is automated.
|
||||
BootUtils is a collection of utilities to facilitate booting
|
||||
of Linux 2.6-based systems. The process of finding the root
|
||||
volume either by label or explicit label= on the kernel
|
||||
command line, mounting it, and 'switchroot'ing is automated.
|
||||
|
||||
http://bootutils.sourceforge.net/
|
||||
|
@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_BRIDGE_UTILS
|
||||
bool "bridge-utils"
|
||||
help
|
||||
Manage ethernet bridging; a way to connect networks together to
|
||||
form a larger network.
|
||||
Manage ethernet bridging; a way to connect networks together
|
||||
to form a larger network.
|
||||
|
||||
https://git.kernel.org/cgit/linux/kernel/git/shemminger/bridge-utils.git/
|
||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_BUSYBOX
|
||||
bool "BusyBox"
|
||||
default y
|
||||
help
|
||||
The Swiss Army Knife of embedded Linux. It slices, it dices, it
|
||||
makes Julian Fries.
|
||||
The Swiss Army Knife of embedded Linux. It slices, it dices,
|
||||
it makes Julian Fries.
|
||||
|
||||
http://busybox.net/
|
||||
|
||||
@ -15,10 +15,12 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
|
||||
string "BusyBox configuration file to use?"
|
||||
default "package/busybox/busybox.config"
|
||||
help
|
||||
Some people may wish to use their own modified BusyBox configuration
|
||||
file, and will specify their config file location with this option.
|
||||
Some people may wish to use their own modified BusyBox
|
||||
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
|
||||
string "Additional BusyBox configuration fragment files"
|
||||
|
Loading…
Reference in New Issue
Block a user