Browse Source

Merge pull request #1134 from kevinmehall/gatttool

bluez: Install gatttool for Bluetooth Low Energy
lilik-openwrt-22.03
Nico 9 years ago
parent
commit
b083b564a1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/bluez/Makefile

+ 1
- 0
utils/bluez/Makefile View File

@ -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/


Loading…
Cancel
Save