diff options
author | Oliver Schib <lich000king@yahoo.de> | 2018-04-15 19:15:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-16 05:24:50 +0100 |
commit | e1e95a021796cbaed71456a0d20d16ea189ed4f8 (patch) | |
tree | 6c566fb85457951b54bbde2974fabe8ccbd98a6b /package/brcm-bluetooth | |
parent | dfc2215ba777e9bc7eb7993df52f6382e833376e (diff) |
add basic support for raspberry-pi3p
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Diffstat (limited to 'package/brcm-bluetooth')
-rw-r--r-- | package/brcm-bluetooth/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/brcm-bluetooth/Makefile b/package/brcm-bluetooth/Makefile index 8f6a9d41e..083594749 100644 --- a/package/brcm-bluetooth/Makefile +++ b/package/brcm-bluetooth/Makefile @@ -36,5 +36,13 @@ 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 |