Skip to content

Commit

Permalink
OrangePi RK3399 has AP6356S installed, configure rk3399-bluetooth acc…
Browse files Browse the repository at this point in the history
…ordingly
  • Loading branch information
piter75 committed Jan 25, 2021
1 parent 705bbd4 commit a3eac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ family_tweaks_bsp()
install -m 755 $SRC/packages/bsp/rk3399/brcm_patchram_plus_rk3399 $destination/usr/bin
cp $SRC/packages/bsp/rk3399/rk3399-bluetooth.service $destination/lib/systemd/system/

if [[ $BOARD == nanop*4* || $BOARD == firefly* ]]; then
if [[ $BOARD == nanop*4* || $BOARD == firefly* || $BOARD == orangepi-rk3399 ]]; then
sed -i s%BCM4345C5%BCM4356A2%g $destination/lib/systemd/system/rk3399-bluetooth.service
fi
fi
Expand Down

0 comments on commit a3eac1b

Please sign in to comment.