Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -29,8 +29,8 @@ if BR2_PACKAGE_BLUEZ5_UTILS
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_OBEX
|
||||
bool "build OBEX support"
|
||||
select BR2_PACKAGE_LIBICAL
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_LIBICAL
|
||||
help
|
||||
Enable the OBEX support in Bluez 5.x.
|
||||
|
||||
@@ -39,36 +39,51 @@ comment "OBEX support needs a toolchain w/ C++"
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
||||
bool "build CLI client"
|
||||
# wordexp support not in our uClibc configuration
|
||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC
|
||||
select BR2_PACKAGE_READLINE
|
||||
help
|
||||
Enable the Bluez 5.x command line client.
|
||||
|
||||
comment "bluez5-utils client needs a glibc or musl toolchain"
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
|
||||
bool "install GATT tool"
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
|
||||
bool "install deprecated tool"
|
||||
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
||||
help
|
||||
Generic Attribute Profile (GATT) support. This provides
|
||||
profile discovery and description services for Bluetooth Low
|
||||
Energy. This will install the gatttool utility.
|
||||
|
||||
It is always built with BlueZ 5.x, but upstream choose not
|
||||
to install it by default.
|
||||
Build BlueZ 5.x deprecated tools. These currently include:
|
||||
hciattach, hciconfig, hcitool, hcidump, rfcomm, sdptool,
|
||||
ciptool, gatttool.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL
|
||||
bool "build experimental plugins"
|
||||
bool "build experimental obexd plugin"
|
||||
help
|
||||
Build BlueZ 5.x experimental plugins (SAP, NFC, ...).
|
||||
Build BlueZ 5.x experimental Nokia OBEX PC Suite plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_PLUGINS_HEALTH
|
||||
bool "build health plugin"
|
||||
help
|
||||
Build BlueZ 5.x health plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_PLUGINS_MIDI
|
||||
bool "build midi profile"
|
||||
select BR2_PACKAGE_ALSA_LIB
|
||||
select BR2_PACKAGE_ALSA_LIB_SEQ
|
||||
help
|
||||
Build BlueZ 5.x midi plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_PLUGINS_NFC
|
||||
bool "build nfc plugin"
|
||||
help
|
||||
Build BlueZ 5.x nfc plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_PLUGINS_SAP
|
||||
bool "build sap plugin"
|
||||
help
|
||||
Build BlueZ 5.x sap plugin
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user