mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
package/brcm-patchram-plus: new package
Add tool which allows to setup broadcom bluetooth device via UART. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Thomas: add hash for license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5a8bc8083a
commit
9883198544
@ -2149,6 +2149,9 @@ N: Tzu-Jung Lee <roylee17@gmail.com>
|
||||
F: package/dropwatch/
|
||||
F: package/tstools/
|
||||
|
||||
N: Vadim Kochan <vadim4j@gmail.com>
|
||||
F: package/brcm-patchram-plus/
|
||||
|
||||
N: Valentin Korenblit <valentinkorenblit@gmail.com>
|
||||
F: package/clang/
|
||||
F: package/clinfo/
|
||||
|
@ -1821,6 +1821,7 @@ menu "Networking applications"
|
||||
source "package/bmon/Config.in"
|
||||
source "package/boa/Config.in"
|
||||
source "package/boinc/Config.in"
|
||||
source "package/brcm-patchram-plus/Config.in"
|
||||
source "package/bridge-utils/Config.in"
|
||||
source "package/bwm-ng/Config.in"
|
||||
source "package/c-icap/Config.in"
|
||||
|
7
package/brcm-patchram-plus/Config.in
Normal file
7
package/brcm-patchram-plus/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_BRCM_PATCHRAM_PLUS
|
||||
bool "brcm-patchram-plus"
|
||||
help
|
||||
Broadcom utility to flash Bluetooth firmwares, extended with
|
||||
per-device Low Power Mode configuration.
|
||||
|
||||
https://github.com/AsteroidOS/brcm-patchram-plus
|
3
package/brcm-patchram-plus/brcm-patchram-plus.hash
Normal file
3
package/brcm-patchram-plus/brcm-patchram-plus.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 7d63f3a0c79cb5d187a0f2647734601f9c97d4eb8e545ce9ace7653c1f3f9a58 brcm-patchram-plus-94fb127e614b19a9a95561b8c1a0716e2e1e6293.tar.gz
|
||||
sha256 3bbeac0dc9f456695e692687c9d90a3c4ffc0253b0476d487d8cede207a8dc5b src/main.c
|
13
package/brcm-patchram-plus/brcm-patchram-plus.mk
Normal file
13
package/brcm-patchram-plus/brcm-patchram-plus.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# brcm-patchram-plus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BRCM_PATCHRAM_PLUS_VERSION = 94fb127e614b19a9a95561b8c1a0716e2e1e6293
|
||||
BRCM_PATCHRAM_PLUS_SITE = $(call github,AsteroidOS,brcm-patchram-plus,$(BRCM_PATCHRAM_PLUS_VERSION))
|
||||
BRCM_PATCHRAM_PLUS_LICENSE = Apache-2.0
|
||||
BRCM_PATCHRAM_PLUS_LICENSE_FILES = src/main.c
|
||||
BRCM_PATCHRAM_PLUS_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user