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/
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
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
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
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
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
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
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/
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/
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
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
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/
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/
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/
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/
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"