OrangePi Zero2 current: Fix bt firmware download

This commit is contained in:
orangepi-xunlong
2021-12-09 12:40:17 +08:00
parent 5c94bef426
commit 3b17ccff44
4 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ family_tweaks_s()
family_tweaks_bsp()
{
install -m 755 $EXTER/packages/blobs/bt/hciattach/hciattach_opi_$ARCH $destination/usr/bin/hciattach_opi
install -m 755 $EXTER/packages/blobs/bt/hciattach/hciattach_opi_${ARCH}_${BRANCH} $destination/usr/bin/hciattach_opi
}
uboot_custom_postprocess()