diff options
author | Steven Barth <steven@midlink.org> | 2015-08-03 13:42:50 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-08-03 13:42:50 +0200 |
commit | efe138e4ba7013a7befba4c7d584e56e094946bc (patch) | |
tree | 4ea10e256337c71d3b2a4e9ec9e3c65c1331b44f | |
parent | 6517189ee363e4c88885a4c980df3caae06b881e (diff) | |
parent | 99d5c28e2c0f28c8947e7754230048c1dca945df (diff) |
Merge pull request #1559 from hauke/bluez-btmgmt
bluez: add btmgmt tool
-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 05e8f09f7..ce1497582 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/ |