Hello,
The following patcha fixes bluez-utils build (installation) failure:
Index: utils/bluez-utils/Makefile
===================================================================
--- utils/bluez-utils/Makefile (revision 29374)
+++ utils/bluez-utils/Makefile (working copy)
@@ -62,8 +62,8 @@
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/bluetooth
- $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/hcid/hcid.conf
$(1)/etc/bluetooth/
- $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/rfcomm/rfcomm.conf
$(1)/etc/bluetooth/
+ $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/hcid.conf $(1)/etc/bluetooth/
+ $(CP) $(PKG_INSTALL_DIR)/etc/bluetooth/rfcomm.conf $(1)/etc/bluetooth/
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DATA) ./files/bluetooth.config $(1)/etc/config/bluetooth
$(INSTALL_DIR) $(1)/etc/dbus-1/system.d/
Kind regards,
Maxim
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel