sun50iw9 current: Fix hciattach_opi for bt mac address

This commit is contained in:
orangepi-xunlong
2022-02-10 09:29:50 +08:00
parent 380edafe6f
commit ef22bd4b07
3 changed files with 1 additions and 1 deletions

View File

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