rpi-bt-firmware: remove compatibility symlink
authorRyan Coe <bluemrp9@gmail.com>
Sat, 17 Mar 2018 16:11:17 +0000 (09:11 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 26 Mar 2018 20:19:53 +0000 (22:19 +0200)
Commit 361d1b969ecdba1a8a62613626f90fc025b94660 defines FIRMWARE_DIR for
bluez5_utils. The compatibility symlink for the firmware is no longer
needed.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/rpi-bt-firmware/rpi-bt-firmware.mk

index 255da1926211ac7549b758446cdadc9d66869bde..644fdc6d5fe74ca8423d7fa93bb6ecf931e2ec65 100644 (file)
@@ -10,10 +10,7 @@ RPI_BT_FIRMWARE_SITE_METHOD = git
 RPI_BT_FIRMWARE_LICENSE = PROPRIETARY
 RPI_BT_FIRMWARE_LICENSE_FILES = LICENCE.broadcom_bcm43xx
 
-# The BlueZ hciattach utility looks for firmware in /etc/firmware. Add a
-# compatibility symlink.
 define RPI_BT_FIRMWARE_INSTALL_TARGET_CMDS
-       ln -sf ../lib/firmware $(TARGET_DIR)/etc/firmware
        $(INSTALL) -D -m 0644 $(@D)/BCM43430A1.hcd \
                $(TARGET_DIR)/lib/firmware/BCM43430A1.hcd
 endef