diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-11 22:58:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-11 23:01:37 +0200 |
commit | 99d5c28e2c0f28c8947e7754230048c1dca945df (patch) | |
tree | be8d9ae46eb1da0920e336ff5aa6714e2a1a6223 | |
parent | 097c3085aa46e20d90b6c98f1785bb85a3298364 (diff) |
bluez: add btmgmt tool
The btmgmt tool is needed to activate BL LE support.
Currently it is not installed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | utils/bluez/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bluez/Makefile b/utils/bluez/Makefile index ebc164639..0bf58b765 100644 --- a/utils/bluez/Makefile +++ b/utils/bluez/Makefile @@ -120,6 +120,7 @@ define Package/bluez-utils/install $(CP) $(PKG_INSTALL_DIR)/usr/bin/bccmd $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/bluemoon $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/btmon $(1)/usr/bin/ + $(CP) $(PKG_BUILD_DIR)/tools/btmgmt $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/ciptool $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/hciattach $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/bin/hciconfig $(1)/usr/bin/ |