lede-packages-rs

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

commit b083b564a12e87a008be0eb77e0fddcfb8828b00
parent 0135d8e2bd83177a4ee8fec14fa2106dc61ea8a9
Author: Nico <nicolas.thill@gmail.com>
Date:   Tue, 14 Apr 2015 18:55:02 +0200

Merge pull request #1134 from kevinmehall/gatttool

bluez: Install gatttool for Bluetooth Low Energy
Diffstat:
Mutils/bluez/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils/bluez/Makefile b/utils/bluez/Makefile @@ -111,6 +111,7 @@ define Package/bluez-utils/install $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/bluetoothd $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/bluetooth/obexd $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/attrib/gatttool $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/bluetooth.config $(1)/etc/config/bluetooth $(INSTALL_DIR) $(1)/etc/dbus-1/system.d/