6626bf7c5f
Replace the remaining git:// URLs with their https:// equivalents as this is more secure and also more palatable to corporate firewalls. Signed-off-by: Markus Mayer <mmayer@broadcom.com> [yann.morin.1998@free.fr: convert dahdi-linux too] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
19 lines
664 B
Makefile
19 lines
664 B
Makefile
################################################################################
|
|
#
|
|
# wilink-bt-firmware
|
|
#
|
|
################################################################################
|
|
|
|
WILINK_BT_FIRMWARE_VERSION = 43fca73c6a98c63fcb98f82af5bf83761778e005
|
|
WILINK_BT_FIRMWARE_SITE = https://git.ti.com/git/ti-bt/service-packs.git
|
|
WILINK_BT_FIRMWARE_SITE_METHOD = git
|
|
WILINK_BT_FIRMWARE_LICENSE = PROPRIETARY
|
|
WILINK_BT_FIRMWARE_LICENSE_FILES = LICENSE
|
|
|
|
define WILINK_BT_FIRMWARE_INSTALL_TARGET_CMDS
|
|
mkdir -p $(TARGET_DIR)/lib/firmware/ti-connectivity
|
|
cp $(@D)/initscripts/TIInit_*.bts $(TARGET_DIR)/lib/firmware/ti-connectivity
|
|
endef
|
|
|
|
$(eval $(generic-package))
|