OrangePi Zero2 current: Fix bt firmware download
This commit is contained in:
parent
5c94bef426
commit
3b17ccff44
|
|
@ -68,7 +68,7 @@ family_tweaks_s()
|
||||||
family_tweaks_bsp()
|
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()
|
uboot_custom_postprocess()
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -180,8 +180,8 @@ LINUXFAMILY="${BOARDFAMILY}"
|
||||||
if [[ -z $BRANCH ]]; then
|
if [[ -z $BRANCH ]]; then
|
||||||
|
|
||||||
options=()
|
options=()
|
||||||
[[ $KERNEL_TARGET == *current* ]] && options+=("current" "Recommended. Come with best support")
|
[[ $KERNEL_TARGET == *current* ]] && options+=("current" "Mainline")
|
||||||
[[ $KERNEL_TARGET == *legacy* ]] && options+=("legacy" "Old stable / Legacy")
|
[[ $KERNEL_TARGET == *legacy* ]] && options+=("legacy" "Old stable")
|
||||||
[[ $KERNEL_TARGET == *dev* && $EXPERT = yes ]] && options+=("dev" "\Z1Development version (@kernel.org)\Zn")
|
[[ $KERNEL_TARGET == *dev* && $EXPERT = yes ]] && options+=("dev" "\Z1Development version (@kernel.org)\Zn")
|
||||||
|
|
||||||
menustr="Select the target kernel branch\nExact kernel versions depend on selected board"
|
menustr="Select the target kernel branch\nExact kernel versions depend on selected board"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue