generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained 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 febad69fbc9185b4c6a31188cf381fd280b88d93cb7f5a40dfdbab9c599c29a7 brcm-patchram-plus-95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042.tar.gz
|
||||
sha256 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4 COPYING
|
||||
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 = 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042
|
||||
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 = COPYING
|
||||
BRCM_PATCHRAM_PLUS_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user