lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit efe138e4ba7013a7befba4c7d584e56e094946bc
parent 6517189ee363e4c88885a4c980df3caae06b881e
Author: Steven Barth <steven@midlink.org>
Date:   Mon,  3 Aug 2015 13:42:50 +0200

Merge pull request #1559 from hauke/bluez-btmgmt

bluez: add btmgmt tool
Diffstat:
Mutils/bluez/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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/