kumquat-buildroot/package/wilink-bt-firmware/wilink-bt-firmware.mk
Markus Mayer 6626bf7c5f package: replace git:// URLs with https:// URLs where possible
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>
2022-04-02 19:21:57 +02:00

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))