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

@@ -180,8 +180,8 @@ LINUXFAMILY="${BOARDFAMILY}"
if [[ -z $BRANCH ]]; then
options=()
[[ $KERNEL_TARGET == *current* ]] && options+=("current" "Recommended. Come with best support")
[[ $KERNEL_TARGET == *legacy* ]] && options+=("legacy" "Old stable / Legacy")
[[ $KERNEL_TARGET == *current* ]] && options+=("current" "Mainline")
[[ $KERNEL_TARGET == *legacy* ]] && options+=("legacy" "Old stable")
[[ $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"