summaryrefslogtreecommitdiffstats
path: root/package/wilink-bt-firmware
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-11-05 21:22:28 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-11-05 21:22:53 +0000
commitf5907d7a3a9b27210bf4e39111bd229ed9079855 (patch)
treea062f7ee561400c4115e6b79da02a41b2958f879 /package/wilink-bt-firmware
parent4b6188e0f2397a013b91105828437c90a3b1dfb7 (diff)
downloadbuildroot-2017.11-op-build.tar.gz
buildroot-2017.11-op-build.zip
Initial pass at removing binary-only, unlicensed, and proprietary packages from buildroot tree2017.11-op-build
Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless.
Diffstat (limited to 'package/wilink-bt-firmware')
-rw-r--r--package/wilink-bt-firmware/Config.in7
-rw-r--r--package/wilink-bt-firmware/wilink-bt-firmware.hash2
-rw-r--r--package/wilink-bt-firmware/wilink-bt-firmware.mk17
3 files changed, 0 insertions, 26 deletions
diff --git a/package/wilink-bt-firmware/Config.in b/package/wilink-bt-firmware/Config.in
deleted file mode 100644
index 26683043cb..0000000000
--- a/package/wilink-bt-firmware/Config.in
+++ /dev/null
@@ -1,7 +0,0 @@
-config BR2_PACKAGE_WILINK_BT_FIRMWARE
- bool "wilink-bt-firmware"
- help
- Texas Instruments Wilink7 and Wilink8 (wl12xx/wl18xx) UART
- attached Bluetooth firmware.
-
- https://github.com/TI-ECS/bt-firmware
diff --git a/package/wilink-bt-firmware/wilink-bt-firmware.hash b/package/wilink-bt-firmware/wilink-bt-firmware.hash
deleted file mode 100644
index 2cb6c880e6..0000000000
--- a/package/wilink-bt-firmware/wilink-bt-firmware.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally calculated
-sha256 b99700f6d504d76878de83ac50f18a0270b6edd0b52a0458c60fc606ed3332f0 wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz
diff --git a/package/wilink-bt-firmware/wilink-bt-firmware.mk b/package/wilink-bt-firmware/wilink-bt-firmware.mk
deleted file mode 100644
index 180a85e28a..0000000000
--- a/package/wilink-bt-firmware/wilink-bt-firmware.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-################################################################################
-#
-# wilink-bt-firmware
-#
-################################################################################
-
-WILINK_BT_FIRMWARE_VERSION = 169b2df5b968f0ede32ea9044859942fc220c435
-WILINK_BT_FIRMWARE_SITE = $(call github,TI-ECS,bt-firmware,$(WILINK_BT_FIRMWARE_VERSION))
-WILINK_BT_FIRMWARE_LICENSE = PROPRIETARY
-WILINK_BT_FIRMWARE_LICENSE_FILES = LICENCE
-
-define WILINK_BT_FIRMWARE_INSTALL_TARGET_CMDS
- mkdir -p $(TARGET_DIR)/lib/firmware/ti-connectivity
- cp $(@D)/TIInit_*.bts $(TARGET_DIR)/lib/firmware/ti-connectivity
-endef
-
-$(eval $(generic-package))
OpenPOWER on IntegriCloud