diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-05-01 15:59:42 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-05-05 14:32:45 +0200 |
commit | 8c76c028bc552d6f3f0e33ce35915b1e034e7178 (patch) | |
tree | 74d5b0b049fa0cd165ace12846eb013e8b18af4d | |
parent | 0364d44f1ab6d1427f801e545f837d696a4bba93 (diff) | |
download | buildroot-8c76c028bc552d6f3f0e33ce35915b1e034e7178.tar.gz buildroot-8c76c028bc552d6f3f0e33ce35915b1e034e7178.zip |
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 <marcin@bis.org.pl>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/bluez5_utils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
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" |