summaryrefslogtreecommitdiff
path: root/package/brcm-bluetooth
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-28 23:28:54 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2018-05-28 23:32:11 +0200
commit68368b70fa58ceacdcdf40405f8f7713d0c44e8f (patch)
tree62ff675086404a7cb7d4434270f3c5095e479471 /package/brcm-bluetooth
parent382138104b46883071f867670445cd47bba2a897 (diff)
rpi: update firmware, kernel and fixup more stuff
Diffstat (limited to 'package/brcm-bluetooth')
-rw-r--r--package/brcm-bluetooth/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/package/brcm-bluetooth/Makefile b/package/brcm-bluetooth/Makefile
index 083594749..ae455818c 100644
--- a/package/brcm-bluetooth/Makefile
+++ b/package/brcm-bluetooth/Makefile
@@ -28,7 +28,7 @@ do-install:
${INSTALL_DIR} ${IDIR_BRCM_BLUETOOTH}/etc/init.d
$(INSTALL_BIN) ./files/hci $(IDIR_BRCM_BLUETOOTH)/etc/init.d/
${INSTALL_DIR} ${IDIR_BRCM_BLUETOOTH}/lib/firmware/brcm
-ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI3),y)
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI3)$(ADK_TARGET_SYSTEM_RASPBERRY_PI3P),y)
${CP} ${WRKBUILD}/BCM43430A1.hcd ${IDIR_BRCM_BLUETOOTH}/lib/firmware
else
${CP} ${WRKBUILD}/*.hcd ${IDIR_BRCM_BLUETOOTH}/lib/firmware/brcm
@@ -36,13 +36,5 @@ else
${INSTALL_BIN} ${WRKBUILD}/brcm_patchram \
${IDIR_BRCM_BLUETOOTH}/sbin/brcm_patchram
endif
-ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI3P),y)
- ${CP} ${WRKBUILD}/BCM43430A1.hcd ${IDIR_BRCM_BLUETOOTH}/lib/firmware
-else
- ${CP} ${WRKBUILD}/*.hcd ${IDIR_BRCM_BLUETOOTH}/lib/firmware/brcm
- ${INSTALL_DIR} ${IDIR_BRCM_BLUETOOTH}/sbin
- ${INSTALL_BIN} ${WRKBUILD}/brcm_patchram \
- ${IDIR_BRCM_BLUETOOTH}/sbin/brcm_patchram
-endif
include ${ADK_TOPDIR}/mk/pkg-bottom.mk