Browse Source

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>
Hauke Mehrtens 9 years ago
parent
commit
99d5c28e2c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      utils/bluez/Makefile

+ 1
- 0
utils/bluez/Makefile View File

@@ -120,6 +120,7 @@ define Package/bluez-utils/install
120 120
 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/bccmd $(1)/usr/bin/
121 121
 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/bluemoon $(1)/usr/bin/
122 122
 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/btmon $(1)/usr/bin/
123
+	$(CP) $(PKG_BUILD_DIR)/tools/btmgmt $(1)/usr/bin/
123 124
 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/ciptool $(1)/usr/bin/
124 125
 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/hciattach $(1)/usr/bin/
125 126
 	$(CP) $(PKG_INSTALL_DIR)/usr/bin/hciconfig $(1)/usr/bin/