Skip to content

Commit

Permalink
Removed unreachable tweaks code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Jun 21, 2024
1 parent b480db2 commit a1b55be
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config/boards/bigtreetech-cb2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,3 @@ BOOT_FDT_FILE="rockchip/rk3566-bigtreetech-cb2.dtb"
VENDOR="BTT-CB2_1.0.3_Armbian"
OVERLAY_PREFIX='rk3566'
BOOT_SOC="rk3566"

function post_family_tweaks_bsp__bigtreetech-cb2_BSP() {
display_alert "$BOARD" "Installing board tweaks" "info"

if [[ $BRANCH == legacy ]]; then

# Bluetooth for most of others (custom patchram is needed only in legacy)
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/

fi

return 0
}

0 comments on commit a1b55be

Please sign in to comment.