|
@@ -39,15 +39,10 @@ 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_DEPRECATED
|
|
|
bool "install deprecated tool"
|
|
|
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|