diff options
Diffstat (limited to 'openwrt/package/bluez-utils/Config.in')
-rw-r--r-- | openwrt/package/bluez-utils/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openwrt/package/bluez-utils/Config.in b/openwrt/package/bluez-utils/Config.in index 774ddea130..7875742e7c 100644 --- a/openwrt/package/bluez-utils/Config.in +++ b/openwrt/package/bluez-utils/Config.in @@ -1,7 +1,8 @@ config BR2_PACKAGE_BLUEZ_UTILS - tristate "bluez-utils - bluetooth utils" + prompt "bluez-utils....................... Bluetooth utilities" + tristate default m if CONFIG_DEVEL - select BR2_PACKAGE_GLIB + select BR2_PACKAGE_GLIB1 select BR2_PACKAGE_BLUEZ_LIBS help Bluez utils. @@ -9,3 +10,4 @@ config BR2_PACKAGE_BLUEZ_UTILS http://bluez.org Depends: libpthread, bluez-libs + |