From: Baruch Siach Date: Mon, 1 May 2017 12:59:42 +0000 (+0300) Subject: bluez5_utils: correct the experimental option text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c76c028bc552d6f3f0e33ce35915b1e034e7178;p=buildroot.git bluez5_utils: correct the experimental option text In BlueZ 5.44 the --enable-experimental configure option only controls the build of the Nokia OBEX PC Suite plugin. Correct the option prompt and help text. Cc: Marcin Bis Cc: Andy Shevchenko Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in index 285560aee9..f8e3540ec5 100644 --- a/package/bluez5_utils/Config.in +++ b/package/bluez5_utils/Config.in @@ -57,9 +57,9 @@ config BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED 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_SIXAXIS bool "build sixaxis plugin"